MeVisLab Toolbox Reference
SbMap< KeyType, ValueType >::ParentLastIterator Class Reference

SbMap::ParentFirstIterator for an SbMap, traversing the map from bottom to top. More...

#include <SbMap.h>

Public Member Functions

 ParentLastIterator ()
 
 ParentLastIterator (Node *root)
 
void reset ()
 
bool atEnd () const
 
NodegetNode ()
 
ParentLastIteratoroperator= (const ParentLastIterator &src)
 
void operator++ (int)
 
Nodeoperator-> ()
 
Nodeoperator* ()
 

Detailed Description

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

SbMap::ParentFirstIterator for an SbMap, traversing the map from bottom to top.

Definition at line 414 of file SbMap.h.

Constructor & Destructor Documentation

◆ ParentLastIterator() [1/2]

template<class KeyType , class ValueType >
SbMap< KeyType, ValueType >::ParentLastIterator::ParentLastIterator ( )
inline

Definition at line 419 of file SbMap.h.

◆ ParentLastIterator() [2/2]

template<class KeyType , class ValueType >
SbMap< KeyType, ValueType >::ParentLastIterator::ParentLastIterator ( Node root)
inlineexplicit

Definition at line 423 of file SbMap.h.

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

Member Function Documentation

◆ atEnd()

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

◆ getNode()

template<class KeyType , class ValueType >
Node* SbMap< KeyType, ValueType >::ParentLastIterator::getNode ( )
inline

◆ operator*()

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

◆ operator++()

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

Definition at line 447 of file SbMap.h.

◆ operator->()

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

◆ operator=()

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

Definition at line 440 of file SbMap.h.

◆ reset()

template<class KeyType , class ValueType >
void SbMap< KeyType, ValueType >::ParentLastIterator::reset ( void  )
inline

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