44#ifndef __SIM_CXX_CONFIG_INI_HH__
45#define __SIM_CXX_CONFIG_INI_HH__
64 bool getParam(
const std::string &object_name,
65 const std::string ¶m_name,
66 std::string &value)
const;
69 const std::string ¶m_name,
73 const std::string &port_name,
82 bool return_paths =
false)
const;
84 bool load(
const std::string &filename);
Config file wrapper providing a common interface to CxxConfigManager.
CxxConfigManager interface for using .ini files.
bool objectExists(const std::string &object_name) const
Does an object with this path exist?
bool getParamVector(const std::string &object_name, const std::string ¶m_name, std::vector< std::string > &values) const
Get a list/vector parameter.
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.
bool load(const std::string &filename)
Load config file.
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.
void getAllObjectNames(std::vector< std::string > &list) const
Get all SimObjects in the config.
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.
This class represents the contents of a ".ini" file.
C++-only configuration and instantiation support.
Declaration of IniFile object.
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.