Limbo 3.5.4
Loading...
Searching...
No Matches
GdfParser::Path Struct Reference

routing path More...

#include <GdfDataBase.h>

Inheritance diagram for GdfParser::Path:
GdfParser::Item

Public Member Functions

 Path ()
 constructor
void reset ()
 reset all data members
virtual void print (ostream &ss) const
 print data members

Public Attributes

std::string name
 path name
std::vector< PathObjvPathObj
 objects on the path

Detailed Description

routing path

Definition at line 284 of file GdfDataBase.h.

Constructor & Destructor Documentation

◆ Path()

GdfParser::Path::Path ( )
inline

constructor

Definition at line 290 of file GdfDataBase.h.

Member Function Documentation

◆ print()

virtual void GdfParser::Path::print ( ostream & ss) const
inlinevirtual

print data members

Parameters
ssoutput stream

Reimplemented from GdfParser::Item.

Definition at line 302 of file GdfDataBase.h.

◆ reset()

void GdfParser::Path::reset ( )
inline

reset all data members

Definition at line 295 of file GdfDataBase.h.

Member Data Documentation

◆ name

std::string GdfParser::Path::name

path name

Definition at line 286 of file GdfDataBase.h.

◆ vPathObj

std::vector<PathObj> GdfParser::Path::vPathObj

objects on the path

Definition at line 287 of file GdfDataBase.h.


The documentation for this struct was generated from the following file: