class ReflectExport( reflect ) Persistent : public Dynamic
The base class of all objects that can be saved and loaded. Persistent objects should be no larger than a normal castable.
Persistent | The base class of all objects that can be saved and loaded. |
Functions | |
Property | Returns a PropertyPath which can be used to access the named property. |
PropertyPath Property( string:: Fragment property_path )
Returns a PropertyPath which can be used to access the named property.
The base class of all objects that can be saved and loaded.
class ReflectExport( reflect ) Persistent : public Dynamic
Returns a PropertyPath which can be used to access the named property.
PropertyPath Property( string:: Fragment property_path )
A PropertyPath is a generic proxy for a data in an object.
class ReflectExport( reflect ) PropertyPath