6 #ifndef __DDS__TopoIndex__ 7 #define __DDS__TopoIndex__ 34 virtual std::string
toString()
const;
Definition: TopoIndex.h:16
virtual std::string toString() const
Returns string representation of an object.
Definition: TopoIndex.cpp:34
CTopoIndex()
Constructor.
Definition: TopoIndex.cpp:15
std::vector< CTopoIndex > TopoIndexVector_t
Definition: TopoIndex.h:51
Definition: dds-agent/src/AgentConnectionManager.h:18
std::string getPath() const
Accessors.
Definition: TopoIndex.cpp:29
~CTopoIndex()
\ breif Destructor
Definition: TopoIndex.cpp:25
friend std::ostream & operator<<(std::ostream &_strm, const CTopoIndex &_index)
Operator << for convenient output to ostream.
Definition: TopoIndex.h:45