6 #ifndef __DDS__TopoVars__ 7 #define __DDS__TopoVars__ 17 namespace topology_api
22 using Ptr_t = std::shared_ptr<CTopoVars>;
23 using varMap_t = std::map<std::string, std::string>;
39 virtual std::string
toString()
const;
const varMap_t & getMap() const
Definition: TopoVars.cpp:28
Definition: TopoBase.h:20
CTopoVars(const std::string &_name)
Constructor.
Definition: TopoVars.cpp:18
virtual std::string hashString() const
Inherited from TopoBase.
Definition: TopoVars.cpp:100
virtual ~CTopoVars()
Destructor.
Definition: TopoVars.cpp:24
std::map< std::string, std::string > varMap_t
Definition: TopoVars.h:23
std::shared_ptr< CTopoBase > Ptr_t
Definition: TopoBase.h:36
virtual std::string toString() const
Returns string representation of an object.
Definition: TopoVars.cpp:82
friend std::ostream & operator<<(std::ostream &_strm, const CTopoVars &_vars)
Operator << for convenient output to ostream.
void saveToPropertyTree(boost::property_tree::ptree &_pt)
Inherited from TopoBase.
Definition: TopoVars.cpp:54
Miscellaneous functions and helpers are located here.
Definition: AgentConnectionManager.h:13
void initFromPropertyTree(const boost::property_tree::ptree &_pt)
Inherited from TopoBase.
Definition: TopoVars.cpp:33
Definition: TopoVars.h:19