cgv
|
Public Member Functions | |
emulated_property_access (T *_ptr) | |
const char * | get_type_name () const override |
bool | set (const std::string &value_type, const void *value_ptr) override |
bool | get (const std::string &value_type, void *value_ptr) override |
Public Attributes | |
T * | ptr |
![]() | |
bool | has_changed {false} |
Definition at line 35 of file base_generator.h.
|
inline |
Definition at line 38 of file base_generator.h.
|
inlineoverridevirtual |
Implements cgv::base::abst_property_access.
Definition at line 51 of file base_generator.h.
|
inlineoverridevirtual |
Implements cgv::base::abst_property_access.
Definition at line 39 of file base_generator.h.
|
inlineoverridevirtual |
Implements cgv::base::abst_property_access.
Definition at line 40 of file base_generator.h.
T* cgv::base::emulated_property_access< T >::ptr |
Definition at line 37 of file base_generator.h.