OCC Main Page | FoundationClasses | Toolkits | Packages | Class Hierarchy | Data Structures | File List | Data Fields | Globals

FoundationClasses
TKernel
NCollection


FoundationClasses
TKernel
NCollection


NCollection_Vector< TheItemType >::Iterator Class Reference

#include <NCollection_Vector.hxx>

Inheritance diagram for NCollection_Vector< TheItemType >::Iterator:

Inheritance graph
[legend]

Public Member Functions

 Iterator (void)
 Empty constructor - for later Init.
 Iterator (const NCollection_Vector &theVector)
 Constructor with initialisation.
 Iterator (const Iterator &theOther)
 Copy constructor.
void Init (const NCollection_Vector &theVector)
 Initialisation.
Iteratoroperator= (const Iterator &theOther)
 Assignment.
virtual Standard_Boolean More (void) const
 Check end.
virtual void Next (void)
 Make step.
virtual const TheItemType & Value (void) const
 Constant value access.
virtual TheItemType & ChangeValue (void) const
 Variable value access.
void * operator new (size_t theSize, const Handle(NCollection_BaseAllocator)&theAllocator)
 Operator new for allocating iterators.

template<class TheItemType>
class NCollection_Vector< TheItemType >::Iterator


Constructor & Destructor Documentation

template<class TheItemType>
NCollection_Vector< TheItemType >::Iterator::Iterator void   )  [inline]
 

Reimplemented from NCollection_BaseCollection< TheItemType >::Iterator.

template<class TheItemType>
NCollection_Vector< TheItemType >::Iterator::Iterator const NCollection_Vector theVector  )  [inline]
 

template<class TheItemType>
NCollection_Vector< TheItemType >::Iterator::Iterator const Iterator theOther  )  [inline]
 

Reimplemented from NCollection_BaseCollection< TheItemType >::Iterator.


Member Function Documentation

template<class TheItemType>
virtual TheItemType& NCollection_Vector< TheItemType >::Iterator::ChangeValue void   )  const [inline, virtual]
 

Implements NCollection_BaseCollection< TheItemType >::Iterator.

template<class TheItemType>
void NCollection_Vector< TheItemType >::Iterator::Init const NCollection_Vector theVector  )  [inline]
 

template<class TheItemType>
virtual Standard_Boolean NCollection_Vector< TheItemType >::Iterator::More void   )  const [inline, virtual]
 

Implements NCollection_BaseCollection< TheItemType >::Iterator.

template<class TheItemType>
virtual void NCollection_Vector< TheItemType >::Iterator::Next void   )  [inline, virtual]
 

Implements NCollection_BaseCollection< TheItemType >::Iterator.

Reimplemented in Poly_CoherentTriangulation::IteratorOfNode, and Poly_CoherentTriangulation::IteratorOfLink.

template<class TheItemType>
void* NCollection_Vector< TheItemType >::Iterator::operator new size_t  theSize,
const Handle(NCollection_BaseAllocator)&  theAllocator
[inline]
 

template<class TheItemType>
Iterator& NCollection_Vector< TheItemType >::Iterator::operator= const Iterator theOther  )  [inline]
 

Reimplemented from NCollection_BaseCollection< TheItemType >::Iterator.

template<class TheItemType>
virtual const TheItemType& NCollection_Vector< TheItemType >::Iterator::Value void   )  const [inline, virtual]
 

Implements NCollection_BaseCollection< TheItemType >::Iterator.


The documentation for this class was generated from the following file:
Generated on Mon Aug 25 13:13:03 2008 for OpenCASCADE by  doxygen 1.4.1