SALOME - SMESH
|
#include <NCollection_BaseCollection.hxx>
Public Member Functions | |
virtual Standard_Boolean | More (void) const =0 |
Query if the end of collection is reached by iterator. More... | |
virtual void | Next (void)=0 |
Make a step along the collection. More... | |
virtual const TheItemType & | Value (void) const =0 |
Value inquiry. More... | |
virtual TheItemType & | ChangeValue (void) const =0 |
Value change access. More... | |
Protected Member Functions | |
Iterator (void) | |
Empty constructor. More... | |
virtual | ~Iterator (void) |
Virtual destructor is necessary for classes with virtual methods. More... | |
const Iterator & | operator= (const Iterator &) |
operator= is prohibited More... | |
Iterator (const Iterator &) | |
Copy constructor **. More... | |
Definition at line 48 of file NCollection_BaseCollection.hxx.
|
protected |
Empty constructor.
Definition at line 64 of file NCollection_BaseCollection.hxx.
|
protectedvirtual |
Virtual destructor is necessary for classes with virtual methods.
Definition at line 66 of file NCollection_BaseCollection.hxx.
References NCollection_BaseCollection< TheItemType >::Iterator::operator=().
|
protected |
Copy constructor **.
Definition at line 71 of file NCollection_BaseCollection.hxx.
References NCollection_BaseCollection< TheItemType >::NCollection_BaseCollection().
|
pure virtual |
Query if the end of collection is reached by iterator.
|
pure virtual |
Make a step along the collection.
|
pure virtual |
Value inquiry.
|
pure virtual |
Value change access.
|
protected |
operator= is prohibited
Referenced by NCollection_BaseCollection< TheItemType >::Iterator::~Iterator().