|
Pol
Rev 533
|
Inheritance diagram for BStructIterator:
Collaboration diagram for BStructIterator:Public Member Functions | |
| BStructIterator (BStruct *pDict, BObject *pIterVal) | |
| virtual BObject * | step () |
Private Attributes | |
| string | key |
| bool | m_First |
| BObjectRef | m_IterVal |
| BStruct * | m_pStruct |
| BObject | m_StructObj |
Definition at line 124 of file bstruct.cpp.
| BStructIterator::BStructIterator | ( | BStruct * | pDict, |
| BObject * | pIterVal | ||
| ) |
Definition at line 137 of file bstruct.cpp.
| BObject * BStructIterator::step | ( | ) | [virtual] |
Reimplemented from ContIterator.
Definition at line 146 of file bstruct.cpp.
References BStruct::contents_, ref_ptr< T >::get(), key, m_First, m_IterVal, and m_pStruct.
Here is the call graph for this function:string BStructIterator::key [private] |
Definition at line 134 of file bstruct.cpp.
Referenced by step().
bool BStructIterator::m_First [private] |
Definition at line 135 of file bstruct.cpp.
Referenced by step().
BObjectRef BStructIterator::m_IterVal [private] |
Definition at line 133 of file bstruct.cpp.
Referenced by step().
BStruct* BStructIterator::m_pStruct [private] |
Definition at line 132 of file bstruct.cpp.
Referenced by step().
BObject BStructIterator::m_StructObj [private] |
Definition at line 131 of file bstruct.cpp.