karolherbst / Gamekeeper-Framework

Library for hooking up game stores and merging them into one single library
GNU Lesser General Public License v2.1
2 stars 0 forks source link

rework core::PropertyResolver to add default value handling #91

Open karolherbst opened 10 years ago

karolherbst commented 10 years ago

Currently the PropertyResolver interfaces uses boost::any to store property values. We should move to a Property class with the attributes std::string name, *::any value and *::any default and getters.