Rebel Fork Framework
|
Public Member Functions | |
const ea::string & | GetName () const |
StringHash | GetNameHash () const |
void | SetName (const ea::string_view name) |
void | SerializeInBlock (Archive &archive) |
Serialize content from/to archive. May throw ArchiveException. | |
Public Attributes | |
Variant | value_ |
Property value. | |
Private Attributes | |
ea::string | name_ |
Property name. | |
StringHash | nameHash_ |
Property name hash. | |
|
inline |
Get property name.
|
inline |
Get property name hash.
|
inline |
Set property name.