|
GME
13
|
#include <OCLObject.h>

Public Member Functions | |
| ObjectIterator () | |
| virtual | ~ObjectIterator () |
| virtual bool | HasNext ()=0 |
| virtual OclMeta::Object | GetNext ()=0 |
Definition at line 192 of file OCLObject.h.
| OclImplementation::ObjectIterator::ObjectIterator | ( | ) | [inline] |
Definition at line 195 of file OCLObject.h.
| virtual OclImplementation::ObjectIterator::~ObjectIterator | ( | ) | [inline, virtual] |
Reimplemented in OclBasic::ObjectIterator.
Definition at line 199 of file OCLObject.h.
| virtual OclMeta::Object OclImplementation::ObjectIterator::GetNext | ( | ) | [pure virtual] |
Implemented in OclBasic::ObjectIterator.
| virtual bool OclImplementation::ObjectIterator::HasNext | ( | ) | [pure virtual] |
Implemented in OclBasic::ObjectIterator.
1.7.6.1