DDS  ver. 2.0
Public Member Functions | Friends | List of all members
dds::topology_api::CTopoIndex Class Reference

#include <TopoIndex.h>

Public Member Functions

 CTopoIndex ()
 Constructor. More...
 
 CTopoIndex (const std::string &_path)
 Constructor with path. More...
 
 ~CTopoIndex ()
 \ breif Destructor More...
 
std::string getPath () const
 Accessors. More...
 
virtual std::string toString () const
 Returns string representation of an object. More...
 

Friends

std::ostream & operator<< (std::ostream &_strm, const CTopoIndex &_index)
 Operator << for convenient output to ostream. More...
 

Constructor & Destructor Documentation

◆ CTopoIndex() [1/2]

CTopoIndex::CTopoIndex ( )

Constructor.

◆ CTopoIndex() [2/2]

dds::topology_api::CTopoIndex::CTopoIndex ( const std::string &  _path)

Constructor with path.

Parameters
_pathPath to element in topology.

◆ ~CTopoIndex()

CTopoIndex::~CTopoIndex ( )

\ breif Destructor

Member Function Documentation

◆ getPath()

string CTopoIndex::getPath ( ) const

Accessors.

◆ toString()

string CTopoIndex::toString ( ) const
virtual

Returns string representation of an object.

Returns
String representation of an object.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  _strm,
const CTopoIndex _index 
)
friend

Operator << for convenient output to ostream.

Returns
Insertion stream in order to be able to call a succession of insertion operations.

The documentation for this class was generated from the following files: