|
| Property (const Property &other) |
|
| Property (Property &&other) noexcept |
|
Property & | operator= (const Property &other) |
|
Property & | operator= (Property &&other) noexcept |
|
ValueType | GetType () const noexcept |
|
bool | IsRef () const noexcept |
|
const Method * | GetPrototype () const noexcept |
|
const EnumObject * | GetEnumerate () const noexcept |
|
void | SetType (ValueType type) |
|
void | SetRef (bool ref) |
|
void | SetPrototype (Method prototype) |
|
void | SetEnumerate (EnumObject enumerate) |
|
bool | operator== (const Property &other) const noexcept |
|
auto | operator<=> (const Property &other) const noexcept |
|
|
PLUGIFY_ACCESS | : struct Impl |
|
Definition at line 16 of file property.hpp.
◆ __pad0__
PLUGIFY_ACCESS plugify::Property::__pad0__ |
The documentation for this class was generated from the following file: