|
Pol
Rev 533
|
#include <xmlfilescrobj.h>
Inheritance diagram for BXMLNodeIterator:
Collaboration diagram for BXMLNodeIterator:Public Member Functions | |
| BXMLNodeIterator (TiXmlDocument *file, BObject *pIter) | |
| BXMLNodeIterator (TiXmlNode *node, BObject *pIter) | |
| virtual BObject * | step () |
Private Attributes | |
| TiXmlDocument * | _file |
| bool | _init |
| BObjectRef | m_IterVal |
| BLong * | m_pIterVal |
| TiXmlNode * | node |
Definition at line 19 of file xmlfilescrobj.h.
| BXMLNodeIterator::BXMLNodeIterator | ( | TiXmlDocument * | file, |
| BObject * | pIter | ||
| ) |
Definition at line 586 of file xmlfilescrobj.cpp.
References ref_ptr< T >::get(), m_IterVal, and m_pIterVal.
Here is the call graph for this function:| BXMLNodeIterator::BXMLNodeIterator | ( | TiXmlNode * | node, |
| BObject * | pIter | ||
| ) |
Definition at line 595 of file xmlfilescrobj.cpp.
References ref_ptr< T >::get(), m_IterVal, and m_pIterVal.
Here is the call graph for this function:| BObject * BXMLNodeIterator::step | ( | ) | [virtual] |
Reimplemented from ContIterator.
Definition at line 605 of file xmlfilescrobj.cpp.
References _file, _init, BLong::increment(), m_pIterVal, and node.
Here is the call graph for this function:TiXmlDocument* BXMLNodeIterator::_file [private] |
Definition at line 27 of file xmlfilescrobj.h.
Referenced by step().
bool BXMLNodeIterator::_init [private] |
Definition at line 28 of file xmlfilescrobj.h.
Referenced by step().
BObjectRef BXMLNodeIterator::m_IterVal [private] |
Definition at line 29 of file xmlfilescrobj.h.
Referenced by BXMLNodeIterator().
BLong* BXMLNodeIterator::m_pIterVal [private] |
Definition at line 30 of file xmlfilescrobj.h.
Referenced by BXMLNodeIterator(), and step().
TiXmlNode* BXMLNodeIterator::node [private] |
Definition at line 26 of file xmlfilescrobj.h.
Referenced by step().