![]() |
Simulant
21.12-553
A portable game engine for Windows, OSX, Linux, Dreamcast, and PSP
|
Public Member Functions | |
PropertyValue (T *value) | |
PropertyValue (const PropertyValue &rhs)=default | |
PropertyValue (PropertyValue &&rhs) noexcept | |
PropertyValue & | operator= (const PropertyValue &)=default |
void | clear () override |
bool | has_value () const override |
Public Attributes | |
bool | is_set_ = false |
T | data |