![]() |
VR-Forces Developer's Guide
|

Public Types | |
| typedef std::vector< trpgChildRef > | ChildRefList |
Public Member Functions | |
| childRefRead (TXPParser *in_parse) | |
| void | Reset () |
| virtual void * | Parse (trpgToken tok, trpgReadBuffer &buf) override |
| unsigned int | GetNbChildrenRef () const |
| const trpgChildRef * | GetChildRef (unsigned int idx) const |
Public Member Functions inherited from trpgr_Callback | |
| virtual | ~trpgr_Callback (void) |
Protected Attributes | |
| TXPParser * | _parse |
Private Attributes | |
| ChildRefList | childRefList |
| typedef std::vector<trpgChildRef> txp::childRefRead::ChildRefList |
|
inline |
| void txp::childRefRead::Reset | ( | ) |
|
overridevirtual |
Reimplemented from trpgr_Callback.
After parsing this will return the number of trpgChildRef node found.
References childRefList.
|
inline |
This will return the trpgChildRef node associated with the index. this will return 0 if idx is out of bound.
References childRefList.
|
protected |
|
private |
Referenced by GetChildRef(), and GetNbChildrenRef().