#include <SbMap.h>
Public Member Functions | |
| ParentLastIterator () | |
| ParentLastIterator (Node *root) | |
| void | reset () |
| bool | atEnd () const |
| Node * | getNode () |
| ParentLastIterator & | operator= (const ParentLastIterator &src) |
| void | operator++ (int) |
| Node * | operator-> () |
| Node & | operator* () |
Definition at line 414 of file SbMap.h.
| SbMap< KeyType, ValueType >::SbMap::ParentLastIterator::ParentLastIterator | ( | Node * | root | ) | [inline, explicit] |
Definition at line 423 of file SbMap.h.
References SbMap< KeyType, ValueType >::SbMap::ParentLastIterator::reset().
| bool SbMap< KeyType, ValueType >::SbMap::ParentLastIterator::atEnd | ( | void | ) | const [inline] |
Definition at line 432 of file SbMap.h.
Referenced by SbMap< KeyType, ValueType >::clear(), and SbMap< KeyType, ValueType >::SbMap::ParentLastIterator::operator*().
| Node* SbMap< KeyType, ValueType >::SbMap::ParentLastIterator::getNode | ( | ) | [inline] |
Definition at line 435 of file SbMap.h.
Referenced by SbMap< KeyType, ValueType >::clear(), SbMap< KeyType, ValueType >::SbMap::ParentLastIterator::operator*(), and SbMap< KeyType, ValueType >::SbMap::ParentLastIterator::operator->().
| Node& SbMap< KeyType, ValueType >::SbMap::ParentLastIterator::operator* | ( | ) | [inline] |
Definition at line 455 of file SbMap.h.
References SbMap< KeyType, ValueType >::SbMap::ParentLastIterator::atEnd(), and SbMap< KeyType, ValueType >::SbMap::ParentLastIterator::getNode().
| Node* SbMap< KeyType, ValueType >::SbMap::ParentLastIterator::operator-> | ( | ) | [inline] |
Definition at line 452 of file SbMap.h.
References SbMap< KeyType, ValueType >::SbMap::ParentLastIterator::getNode().
| ParentLastIterator& SbMap< KeyType, ValueType >::SbMap::ParentLastIterator::operator= | ( | const ParentLastIterator & | src | ) | [inline] |
Definition at line 440 of file SbMap.h.
References SbMap< KeyType, ValueType >::SbMap::ParentLastIterator::mCur, and SbMap< KeyType, ValueType >::SbMap::ParentLastIterator::mRoot.
| void SbMap< KeyType, ValueType >::SbMap::ParentLastIterator::reset | ( | void | ) | [inline] |
Definition at line 427 of file SbMap.h.
Referenced by SbMap< KeyType, ValueType >::SbMap::ParentLastIterator::ParentLastIterator().
1.5.8