45 std::map < std::string, ParamP > parameters_;
46 typedef std::map < std::string, ParamP >::iterator map_iter;
51 bool modifyEntry(std::string, voidP, uint index = 0);
52 voidP
getEntry(std::string, uint index = 0);
55 bool readEntries(
const XMLNode& node, std::string prefix =
"", uint index = 0);
type
Data types used for configuration file parameters.