TamlVisitor::PropertyState
Engine/source/persistence/taml/tamlVisitor.h
Visitor property state.
Private Attributes
Public Functions
const char *
bool
bool
setObjectName(const char * pObjectName, const bool rootObject)
setProperty(const char * pPropertyName, const char * pPropertyValue)
updatePropertyValue(const char * pPropertyValue)
Detailed Description
Visitor property state.
Private Attributes
bool mIsRootObject
StringTableEntry mObjectName
StringTableEntry mPropertyName
char mPropertyValue [4096]
bool mPropertyValueDirty
Public Functions
PropertyState()
getObjectName(void )
getPropertyName(void )
getPropertyValue(void )
getPropertyValueDirty(void )
isRootObject(void )
resetPropertyValueDirty(void )
setObjectName(const char * pObjectName, const bool rootObject)
setProperty(const char * pPropertyName, const char * pPropertyValue)
updatePropertyValue(const char * pPropertyValue)