46 #ifndef __SIM_CXX_CONFIG_INI_HH__
47 #define __SIM_CXX_CONFIG_INI_HH__
63 bool getParam(
const std::string &object_name,
64 const std::string ¶m_name,
65 std::string &value)
const;
68 const std::string ¶m_name,
72 const std::string &port_name,
81 bool return_paths =
false)
const;
83 bool load(
const std::string &filename);
86 #endif // __SIM_CXX_CONFIG_INI_HH__
bool getParamVector(const std::string &object_name, const std::string ¶m_name, std::vector< std::string > &values) const
Get a list/vector parameter.
void getObjectChildren(const std::string &object_name, std::vector< std::string > &children, bool return_paths=false) const
Get the names or paths of all the children SimObjects of this SimObject.
CxxConfigManager interface for using .ini files.
C++-only configuration and instantiation support.
Config file wrapper providing a common interface to CxxConfigManager.
Declaration of IniFile object.
bool getParam(const std::string &object_name, const std::string ¶m_name, std::string &value) const
Get a single parameter value as a string returned in value.
void getAllObjectNames(std::vector< std::string > &list) const
Get all SimObjects in the config.
bool load(const std::string &filename)
Load config file.
bool objectExists(const std::string &object_name) const
Does an object with this path exist?
This class represents the contents of a ".ini" file.
bool getPortPeers(const std::string &object_name, const std::string &port_name, std::vector< std::string > &peers) const
Get the peer (connected) ports of the named ports.