10 #include <glow/Changeable.h>
11 #include <unordered_map>
32 void load(
const std::string& file,
const std::string& prefix =
"");
35 template<
typename T>
PropertyImpl<T>* getImpl(
const std::string& key,
const T& defaultValue);
40 template<
typename T> T
get(
const std::string& name);
41 template<
typename T> T
get(
const std::string& name,
const T& defaultValue);
50 std::unordered_map<const std::type_info*, std::unique_ptr<AbstractPropertyCollection>> m_propertyCollections;
55 #include "propertymanager.inl"
Definition: propertycollection.h:20
Definition: propertymanager.h:27
Definition: propertycollection.h:11