|
DDS
ver. 2.0
|
#include <TopoVars.h>
Public Types | |
| typedef std::map< std::string, std::string > | varMap_t |
Public Member Functions | |
| CTopoVars () | |
| Constructor. More... | |
| virtual | ~CTopoVars () |
| Destructor. More... | |
| void | initFromPropertyTree (const std::string &_name, const boost::property_tree::ptree &_pt) |
| Inherited from TopoBase. More... | |
| virtual std::string | toString () const |
| Returns string representation of an object. More... | |
| const varMap_t & | getMap () const |
Public Member Functions inherited from dds::topology_api::CTopoBase | |
| void | setId (const std::string &_id) |
| Modifiers. More... | |
| void | setParent (CTopoBase *_parent) |
| std::string | getId () const |
| Accessors. More... | |
| ETopoType | getType () const |
| CTopoBase * | getParent () const |
| std::string | getPath () const |
| Return full path to topo element or property. More... | |
| CTopoIndex | getIndex () const |
| Return index of topo element or property. More... | |
Friends | |
| std::ostream & | operator<< (std::ostream &_strm, const CTopoVars &_vars) |
| Operator << for convenient output to ostream. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from dds::topology_api::CTopoBase | |
| static const boost::property_tree::ptree & | findElement (ETopoType _type, const std::string &_name, const boost::property_tree::ptree &_pt) |
| Helper function to find element in property tree by type and name. More... | |
Protected Member Functions inherited from dds::topology_api::CTopoBase | |
| CTopoBase () | |
| Constructor. More... | |
| virtual | ~CTopoBase () |
| Destructor. More... | |
| void | setType (ETopoType _type) |
| typedef std::map<std::string, std::string> dds::topology_api::CTopoVars::varMap_t |
| CTopoVars::CTopoVars | ( | ) |
Constructor.
|
virtual |
Destructor.
| const CTopoVars::varMap_t & CTopoVars::getMap | ( | ) | const |
|
virtual |
Inherited from TopoBase.
Implements dds::topology_api::CTopoBase.
|
virtual |
Returns string representation of an object.
Reimplemented from dds::topology_api::CTopoBase.
|
friend |
Operator << for convenient output to ostream.
1.8.13