Public Types |
| typedef std::vector< trpgChildRef > | ChildRefList |
| | typedef std::vector<const trpgChildRef> ChildRefList; The const in the template parameter was removed because it causes GCC to freak out.
|
Member Typedef Documentation
typedef std::vector<const trpgChildRef> ChildRefList; The const in the template parameter was removed because it causes GCC to freak out.
I am of the opinion that const doesn't make sense in a template parameter for std::vector anyway... const prevents you from changing the value, so what exactly is the point? How does one add entries to the vector without giving them a value? -ADS
Constructor & Destructor Documentation
| trpgPrintGraphParser::ReadHelper::~ReadHelper |
( |
| ) |
|
|
inline |
Member Function Documentation
| void trpgPrintGraphParser::ReadHelper::Reset |
( |
| ) |
|
| unsigned int trpgPrintGraphParser::ReadHelper::GetNbChildrenRef |
( |
| ) |
const |
After parsing this will return the number of trpgChildRef node found.
| const trpgChildRef* trpgPrintGraphParser::ReadHelper::GetChildRef |
( |
unsigned int |
idx | ) |
const |
This will return the trpgChildRef node associated with the index.
this will retrun 0 if idx is out of bound
Member Data Documentation
The documentation for this class was generated from the following file:
- /exports/nfedora7-1/nightly/docs/vrforcesDevelopment.tot/include/osgdb_vrftxp/trpage_print.h