Go to the documentation of this file.
34 #ifndef TTA_OPERATION_PROPERTY_LOADER_HH
35 #define TTA_OPERATION_PROPERTY_LOADER_HH
64 typedef ObjectStateCache::iterator
MapIter;
void loadModule(const OperationModule &module)
void loadOperationProperties(Operation &operation, const OperationModule &module)
OperationSerializer serializer_
Serializer instance.
ObjectStateCache::iterator MapIter
Iterator for map containing already read ObjectState trees.
std::map< std::string, std::vector< ObjectState * > > ObjectStateCache
Container containing already read ObjectState trees.
OperationPropertyLoader()
OperationPropertyLoader & operator=(const OperationPropertyLoader &)
Assignment not allowed.
virtual ~OperationPropertyLoader()
ObjectStateCache::value_type ValueType
value_type for map containing already read ObjectState trees.
ObjectStateCache operations_
Cache for already read ObjectState trees.