Open CASCADE Technology  7.1.0.beta
Public Member Functions

NCollection_SparseArray< TheItemType >::ConstIterator Class Reference

#include <NCollection_SparseArray.hxx>

Inheritance diagram for NCollection_SparseArray< TheItemType >::ConstIterator:
Inheritance graph
[legend]

Public Member Functions

 ConstIterator ()
 Empty constructor - for later Init. More...
 
 ConstIterator (const NCollection_SparseArray &theVector)
 Constructor with initialisation. More...
 
void Init (const NCollection_SparseArray &theVector)
 Initialisation. More...
 
const TheItemType & Value (void) const
 Constant value access. More...
 
const TheItemType & operator() (void) const
 Constant value access operator. More...
 
Standard_Size Key (void) const
 Access current index with 'a-la map' interface. More...
 
- Public Member Functions inherited from NCollection_SparseArrayBase::Iterator
void Restart ()
 Restart iterations on the same array. More...
 
Standard_Boolean More () const
 Returns True if current item is available. More...
 
void Next ()
 Advances to the next item. More...
 
Standard_Size Index () const
 Returns current index. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NCollection_SparseArrayBase::Iterator
 Iterator (const NCollection_SparseArrayBase *theArray=0)
 Empty constructor. More...
 
void init (const NCollection_SparseArrayBase *theArray)
 Initialize by the specified array. More...
 
Standard_Address value () const
 Returns address of the current item. More...
 

Detailed Description

template<class TheItemType>
class NCollection_SparseArray< TheItemType >::ConstIterator

Implementation of type-specific const Iterator class

Constructor & Destructor Documentation

template<class TheItemType>
NCollection_SparseArray< TheItemType >::ConstIterator::ConstIterator ( )
inline

Empty constructor - for later Init.

template<class TheItemType>
NCollection_SparseArray< TheItemType >::ConstIterator::ConstIterator ( const NCollection_SparseArray theVector)
inline

Constructor with initialisation.

Member Function Documentation

template<class TheItemType>
void NCollection_SparseArray< TheItemType >::ConstIterator::Init ( const NCollection_SparseArray theVector)
inline

Initialisation.

template<class TheItemType>
Standard_Size NCollection_SparseArray< TheItemType >::ConstIterator::Key ( void  ) const
inline

Access current index with 'a-la map' interface.

template<class TheItemType>
const TheItemType& NCollection_SparseArray< TheItemType >::ConstIterator::operator() ( void  ) const
inline

Constant value access operator.

template<class TheItemType>
const TheItemType& NCollection_SparseArray< TheItemType >::ConstIterator::Value ( void  ) const
inline

Constant value access.


The documentation for this class was generated from the following file: