3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/cohtml/Property.h"
10namespace cohtml {
class Binder; }
12namespace cohtml {
struct MapInfo; }
15namespace renoir {
struct Color; }
24 ::ll::UntypedStorage<4, 4> mUnka57e00;
29 AdjustPointer& operator=(AdjustPointer
const&);
30 AdjustPointer(AdjustPointer
const&);
36 virtual void* Bind(::cohtml::Binder*,
void*)
const ;
38 virtual void* BindValue(::cohtml::Binder*,
void*)
const ;
40 virtual void* Read(::cohtml::Binder*,
void*)
const ;
42 virtual void* ReadValue(::cohtml::Binder*,
void*)
const ;
44 virtual ::cohtml::AdjustPointer* Clone() const ;
46 virtual
bool ToBoolean(
void*,
bool*) const ;
48 virtual
bool ToNumber(
void*,
float*) const ;
50 virtual
bool ToString(
void*,
char*, uint64*) const ;
52 virtual
bool ToColor(
void*, ::renoir::Color*) const ;
54 virtual
bool ToTransformMatrix2D(
void*,
float*) const ;
56 virtual
bool ToArray(::cohtml::Binder*,
void*, ::cohtml::ArrayInfo*) const ;
58 virtual
bool ToPair(::cohtml::Binder*,
void*, ::cohtml::PairInfo*) const ;
60 virtual
bool ToMap(::cohtml::Binder*,
void*, ::cohtml::MapInfo*) const ;
62 virtual
bool ToObject(::cohtml::Binder*,
void*, ::cohtml::ObjectInfo*) const ;
64 virtual ~AdjustPointer() = default;
Definition AdjustPointer.h:7
Definition ObjectInfo.h:7