MeVisLab Resolution Independence API
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.

Referenced by operator=().

◆ 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 reset().

Member Function Documentation

◆ atEnd()

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

Definition at line 432 of file SbMap.h.

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

◆ getNode()

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

Definition at line 435 of file SbMap.h.

Referenced by SbMap< KeyType, ValueType >::clear(), operator*(), and operator->().

◆ operator*()

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

Definition at line 455 of file SbMap.h.

References atEnd(), and getNode().

◆ 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

Definition at line 452 of file SbMap.h.

References getNode().

◆ operator=()

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

Definition at line 440 of file SbMap.h.

References ParentLastIterator().

◆ reset()

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

Definition at line 427 of file SbMap.h.

Referenced by ParentLastIterator().


The documentation for this class was generated from the following file:
  • MeVisLab/Standard/Sources/Inventor/SoShader/Inventor/SbMap.h