2 #pragma warning(disable : 4251) 8 #include <unordered_map> 28 typedef std::unordered_map<std::string, Core::Property*>
PropertyMap;
PropertyValue(const std::string &name, Base::Type t, const Core::Variant &v)
Definition: PropertyValue.h:20
#define CORE_EXPORT
Definition: core_defines2.h:10
Core::PropertyText name
Definition: CoreDocument.h:143
PropertyValue()
Definition: PropertyValue.h:18
Core::Variant value
Definition: PropertyValue.h:24
std::string propertyName
Definition: PropertyValue.h:22
std::unordered_map< std::string, Core::Property * > PropertyMap
Definition: PropertyValue.h:28
std::unordered_map< std::string, PropertyValue > PropertyValueMap
Definition: PropertyValue.h:29
Definition: AbstractXMLReader.h:8
Base::Type propertyType
Definition: PropertyValue.h:23
Definition: PropertyValue.h:15