#include <stl_meta_class.h>
Inheritance diagram for STLIterator:
Public Methods | |
STLIterator ( Address address, const MetaClass* elementMetaClass ) | |
virtual Address | current () const |
virtual void | next () |
virtual void | previous () |
virtual void | first () |
virtual size_t | length () const |
virtual void | add ( void* object ) |
virtual Iterator* | clone () const |
Friends | |
class | STLDescriptor<T> |
|
|
|
Reimplemented from Iterator.
|
Reimplemented from Iterator.
|
Reimplemented from Iterator.
|
Reimplemented from Iterator.
|
Reimplemented from Iterator.
|
Reimplemented from Iterator.
|