SbMap< KeyType, ValueType >::SbMap::Iterator Class Reference

Regular low->high (++) and high->low (--) iterator class for an SbMap. More...

#include <SbMap.h>

List of all members.

Public Member Functions

 Iterator ()
 Iterator (Node *root)
 Iterator (const Iterator &src)
void reset (bool atLowest=true)
bool atEnd () const
NodegetNode ()
Iteratoroperator= (const Iterator &src)
void operator++ (int)
void operator-- (int)
Nodeoperator-> ()
Nodeoperator* ()


Detailed Description

template<class KeyType, class ValueType>
class SbMap< KeyType, ValueType >::Iterator

Regular low->high (++) and high->low (--) iterator class for an SbMap.

Definition at line 183 of file SbMap.h.


Constructor & Destructor Documentation

template<class KeyType , class ValueType >
SbMap< KeyType, ValueType >::SbMap::Iterator::Iterator (  )  [inline]

Definition at line 188 of file SbMap.h.

template<class KeyType , class ValueType >
SbMap< KeyType, ValueType >::SbMap::Iterator::Iterator ( Node root  )  [inline]

Definition at line 192 of file SbMap.h.

References SbMap< KeyType, ValueType >::SbMap::Iterator::reset().

template<class KeyType , class ValueType >
SbMap< KeyType, ValueType >::SbMap::Iterator::Iterator ( const Iterator src  )  [inline]

Definition at line 197 of file SbMap.h.


Member Function Documentation

template<class KeyType , class ValueType >
bool SbMap< KeyType, ValueType >::SbMap::Iterator::atEnd ( void   )  const [inline]

Definition at line 208 of file SbMap.h.

Referenced by SbMap< KeyType, ValueType >::SbMap::Iterator::operator*().

template<class KeyType , class ValueType >
Node* SbMap< KeyType, ValueType >::SbMap::Iterator::getNode (  )  [inline]

template<class KeyType , class ValueType >
Node& SbMap< KeyType, ValueType >::SbMap::Iterator::operator* (  )  [inline]

template<class KeyType , class ValueType >
void SbMap< KeyType, ValueType >::SbMap::Iterator::operator++ ( int   )  [inline]

Definition at line 223 of file SbMap.h.

template<class KeyType , class ValueType >
void SbMap< KeyType, ValueType >::SbMap::Iterator::operator-- ( int   )  [inline]

Definition at line 228 of file SbMap.h.

template<class KeyType , class ValueType >
Node* SbMap< KeyType, ValueType >::SbMap::Iterator::operator-> (  )  [inline]

Definition at line 233 of file SbMap.h.

References SbMap< KeyType, ValueType >::SbMap::Iterator::getNode().

template<class KeyType , class ValueType >
Iterator& SbMap< KeyType, ValueType >::SbMap::Iterator::operator= ( const Iterator src  )  [inline]

template<class KeyType , class ValueType >
void SbMap< KeyType, ValueType >::SbMap::Iterator::reset ( bool  atLowest = true  )  [inline]

Definition at line 203 of file SbMap.h.

Referenced by SbMap< KeyType, ValueType >::SbMap::Iterator::Iterator().


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

Generated on Sat Sep 3 18:39:32 2011 for MeVisLab Toolbox Reference by  doxygen 1.5.8