44 #ifndef __SIM_CXX_CONFIG_INI_HH__ 45 #define __SIM_CXX_CONFIG_INI_HH__ 61 bool getParam(
const std::string &object_name,
62 const std::string ¶m_name,
63 std::string &value)
const;
66 const std::string ¶m_name,
70 const std::string &port_name,
79 bool return_paths =
false)
const;
81 bool load(
const std::string &filename);
84 #endif // __SIM_CXX_CONFIG_INI_HH__ 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.
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.
bool getParamVector(const std::string &object_name, const std::string ¶m_name, std::vector< std::string > &values) const
Get a list/vector parameter.
void getAllObjectNames(std::vector< std::string > &list) const
Get all SimObjects in the config.
CxxConfigManager interface for using .ini files.
C++-only configuration and instantiation support.
Config file wrapper providing a common interface to CxxConfigManager.
bool objectExists(const std::string &object_name) const
Does an object with this path exist?
static scfx_rep_node * list
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.
Declaration of IniFile object.
bool load(const std::string &filename)
Load config file.
This class represents the contents of a ".ini" file.