TamlAssetReferencedVisitor
Engine/source/assets/tamlAssetReferencedVisitor.h
Public Types
typeAssetId
typeAssetReferencedHash
Private Attributes
Public Functions
bool
visit(const TamlParser & parser, TamlVisitor::PropertyState & propertyState)
The state of the visited property.
bool
Whether the visitor wants to perform property changes.
bool
Whether the visitor wants to visit the root node only.
Detailed Description
Public Types
typedef StringTableEntry typeAssetId
typedef HashMap< typeAssetId, StringTableEntry > typeAssetReferencedHash
Private Attributes
typeAssetReferencedHash mAssetReferenced
Public Functions
TamlAssetReferencedVisitor()
~TamlAssetReferencedVisitor()
clear(void )
getAssetReferencedMap(void )
visit(const TamlParser & parser, TamlVisitor::PropertyState & propertyState)
Reimplemented from: TamlVisitor
wantsPropertyChanges(void )
Reimplemented from: TamlVisitor
wantsRootOnly(void )
Reimplemented from: TamlVisitor