LeviLamina
Loading...
Searching...
No Matches
AdjustPointer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/cohtml/Property.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cohtml { class Binder; }
11namespace cohtml { struct ArrayInfo; }
12namespace cohtml { struct MapInfo; }
13namespace cohtml { struct ObjectInfo; }
14namespace cohtml { struct PairInfo; }
15namespace renoir { struct Color; }
16// clang-format on
17
18namespace cohtml {
19
20class AdjustPointer : public ::cohtml::Property {
21public:
22 // member variables
23 // NOLINTBEGIN
24 ::ll::UntypedStorage<4, 4> mUnka57e00;
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
29 AdjustPointer& operator=(AdjustPointer const&);
30 AdjustPointer(AdjustPointer const&);
31 AdjustPointer();
32
33public:
34 // virtual functions
35 // NOLINTBEGIN
36 virtual void* Bind(::cohtml::Binder*, void*) const /*override*/;
37
38 virtual void* BindValue(::cohtml::Binder*, void*) const /*override*/;
39
40 virtual void* Read(::cohtml::Binder*, void*) const /*override*/;
41
42 virtual void* ReadValue(::cohtml::Binder*, void*) const /*override*/;
43
44 virtual ::cohtml::AdjustPointer* Clone() const /*override*/;
45
46 virtual bool ToBoolean(void*, bool*) const /*override*/;
47
48 virtual bool ToNumber(void*, float*) const /*override*/;
49
50 virtual bool ToString(void*, char*, uint64*) const /*override*/;
51
52 virtual bool ToColor(void*, ::renoir::Color*) const /*override*/;
53
54 virtual bool ToTransformMatrix2D(void*, float*) const /*override*/;
55
56 virtual bool ToArray(::cohtml::Binder*, void*, ::cohtml::ArrayInfo*) const /*override*/;
57
58 virtual bool ToPair(::cohtml::Binder*, void*, ::cohtml::PairInfo*) const /*override*/;
59
60 virtual bool ToMap(::cohtml::Binder*, void*, ::cohtml::MapInfo*) const /*override*/;
61
62 virtual bool ToObject(::cohtml::Binder*, void*, ::cohtml::ObjectInfo*) const /*override*/;
63
64 virtual ~AdjustPointer() /*override*/ = default;
65 // NOLINTEND
66
67public:
68 // virtual function thunks
69 // NOLINTBEGIN
70
71 // NOLINTEND
72};
73
74} // namespace cohtml
Definition AdjustPointer.h:7
Definition Binder.h:7
Definition ArrayInfo.h:7
Definition MapInfo.h:7
Definition ObjectInfo.h:7
Definition PairInfo.h:7
Definition Color.h:7