|
Pol
Rev 533
|
#include <contiter.h>
Inheritance diagram for ContIterator:
Collaboration diagram for ContIterator:Public Member Functions | |
| ContIterator () | |
| BObjectImp * | copy (void) const |
| std::string | getStringRep () const |
| size_t | sizeEstimate () const |
| virtual BObject * | step () |
Definition at line 13 of file contiter.h.
Definition at line 961 of file executor.cpp.
Referenced by sizeEstimate().
Here is the caller graph for this function:| BObjectImp * ContIterator::copy | ( | void | ) | const [virtual] |
Implements BObjectImp.
Definition at line 968 of file executor.cpp.
| string ContIterator::getStringRep | ( | ) | const [virtual] |
Implements BObjectImp.
Definition at line 976 of file executor.cpp.
| size_t ContIterator::sizeEstimate | ( | ) | const [virtual] |
Implements BObjectImp.
Definition at line 972 of file executor.cpp.
References ContIterator().
Here is the call graph for this function:| BObject * ContIterator::step | ( | ) | [virtual] |
Reimplemented in ArrayIterator, StorageAreasIterator, StorageAreaIterator, BStructIterator, BDictionaryIterator, BXMLAttributeIterator, and BXMLNodeIterator.
Definition at line 964 of file executor.cpp.
Referenced by Executor::ins_stepforeach2().
Here is the caller graph for this function: