Persistent

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.

Summary
PersistentThe base class of all objects that can be saved and loaded.
Functions
PropertyReturns a PropertyPath which can be used to access the named property.

Functions

Property

PropertyPath Property(string::Fragment property_path)

Returns a PropertyPath which can be used to access the named property.

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