|
Pol
Rev 533
|
#include <xmlfilescrobj.h>
Inheritance diagram for BXMLAttributeIterator:
Collaboration diagram for BXMLAttributeIterator:Public Member Functions | |
| BXMLAttributeIterator (TiXmlElement *node, BObject *pIter) | |
| virtual BObject * | step () |
Private Attributes | |
| BObjectRef | m_IterVal |
| BLong * | m_pIterVal |
| TiXmlElement * | node |
| TiXmlAttribute * | nodeAttrib |
Definition at line 33 of file xmlfilescrobj.h.
| BXMLAttributeIterator::BXMLAttributeIterator | ( | TiXmlElement * | node, |
| BObject * | pIter | ||
| ) |
Definition at line 628 of file xmlfilescrobj.cpp.
References ref_ptr< T >::get(), m_IterVal, and m_pIterVal.
Here is the call graph for this function:| BObject * BXMLAttributeIterator::step | ( | ) | [virtual] |
Reimplemented from ContIterator.
Definition at line 637 of file xmlfilescrobj.cpp.
References BStruct::addMember(), BLong::increment(), m_pIterVal, node, and nodeAttrib.
Here is the call graph for this function:BObjectRef BXMLAttributeIterator::m_IterVal [private] |
Definition at line 41 of file xmlfilescrobj.h.
Referenced by BXMLAttributeIterator().
BLong* BXMLAttributeIterator::m_pIterVal [private] |
Definition at line 42 of file xmlfilescrobj.h.
Referenced by BXMLAttributeIterator(), and step().
TiXmlElement* BXMLAttributeIterator::node [private] |
Definition at line 39 of file xmlfilescrobj.h.
Referenced by step().
TiXmlAttribute* BXMLAttributeIterator::nodeAttrib [private] |
Definition at line 40 of file xmlfilescrobj.h.
Referenced by step().