Go to the documentation of this file.
    4 #include <unordered_map> 
   25 typedef std::unordered_map<std::string, Core::Property*> 
PropertyMap;
 
  
 
std::unordered_map< std::string, Core::Property * > PropertyMap
Definition: PropertyValue.h:25
 
PropertyValue(const std::string &name, Base::Type t, const Core::Variant &v)
Definition: PropertyValue.h:17
 
Base::Type propertyType
Definition: PropertyValue.h:20
 
Core::Variant value
Definition: PropertyValue.h:21
 
Definition: PropertyValue.h:13
 
PropertyValue()
Definition: PropertyValue.h:15
 
std::string propertyName
Definition: PropertyValue.h:19
 
Definition: AbstractXMLReader.h:5
 
std::unordered_map< std::string, Core::PropertyValue > PropertyValueMap
Definition: PropertyValue.h:26