Open CASCADE Technology  7.7.0
Public Member Functions

TColStd_PackedMapOfInteger::Iterator Class Reference

Iterator of class TColStd_PackedMapOfInteger. More...

#include <TColStd_PackedMapOfInteger.hxx>

Public Member Functions

 Iterator ()
 Empty Constructor. More...
 
 Iterator (const TColStd_PackedMapOfInteger &theMap)
 Constructor. More...
 
void Initialize (const TColStd_PackedMapOfInteger &theMap)
 Re-initialize with the same or another Map instance. More...
 
void Reset ()
 Restart the iteration. More...
 
Standard_Integer Key () const
 Query the iterated key. More...
 
Standard_Boolean More () const
 Return TRUE if iterator points to the node. More...
 
void Next ()
 Increment the iterator. More...
 

Detailed Description

Iterator of class TColStd_PackedMapOfInteger.

Constructor & Destructor Documentation

◆ Iterator() [1/2]

TColStd_PackedMapOfInteger::Iterator::Iterator ( )
inline

Empty Constructor.

◆ Iterator() [2/2]

TColStd_PackedMapOfInteger::Iterator::Iterator ( const TColStd_PackedMapOfInteger theMap)
inline

Constructor.

Member Function Documentation

◆ Initialize()

void TColStd_PackedMapOfInteger::Iterator::Initialize ( const TColStd_PackedMapOfInteger theMap)
inline

Re-initialize with the same or another Map instance.

◆ Key()

Standard_Integer TColStd_PackedMapOfInteger::Iterator::Key ( ) const
inline

Query the iterated key.

◆ More()

Standard_Boolean TColStd_PackedMapOfInteger::Iterator::More ( ) const
inline

Return TRUE if iterator points to the node.

◆ Next()

void TColStd_PackedMapOfInteger::Iterator::Next ( )
inline

Increment the iterator.

◆ Reset()

void TColStd_PackedMapOfInteger::Iterator::Reset ( )
inline

Restart the iteration.


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