#include <SbMap.h>
Public Member Functions | |
| ParentFirstIterator () | |
| ParentFirstIterator (Node *root) | |
| void | reset () |
| bool | atEnd () const |
| Node * | getNode () |
| ParentFirstIterator & | operator= (const ParentFirstIterator &src) |
| void | operator++ (int) |
| Node * | operator-> () |
| Node & | operator* () |
Definition at line 326 of file SbMap.h.
| SbMap< KeyType, ValueType >::SbMap::ParentFirstIterator::ParentFirstIterator | ( | Node * | root | ) | [inline, explicit] |
Definition at line 335 of file SbMap.h.
References SbMap< KeyType, ValueType >::SbMap::ParentFirstIterator::reset().
| bool SbMap< KeyType, ValueType >::SbMap::ParentFirstIterator::atEnd | ( | void | ) | const [inline] |
Definition at line 344 of file SbMap.h.
Referenced by SbMap< KeyType, ValueType >::SbMap::ParentFirstIterator::operator*().
| Node* SbMap< KeyType, ValueType >::SbMap::ParentFirstIterator::getNode | ( | ) | [inline] |
Definition at line 347 of file SbMap.h.
Referenced by SbMap< KeyType, ValueType >::SbMap::ParentFirstIterator::operator*(), and SbMap< KeyType, ValueType >::SbMap::ParentFirstIterator::operator->().
| Node& SbMap< KeyType, ValueType >::SbMap::ParentFirstIterator::operator* | ( | ) | [inline] |
Definition at line 367 of file SbMap.h.
References SbMap< KeyType, ValueType >::SbMap::ParentFirstIterator::atEnd(), and SbMap< KeyType, ValueType >::SbMap::ParentFirstIterator::getNode().
| Node* SbMap< KeyType, ValueType >::SbMap::ParentFirstIterator::operator-> | ( | ) | [inline] |
Definition at line 364 of file SbMap.h.
References SbMap< KeyType, ValueType >::SbMap::ParentFirstIterator::getNode().
| ParentFirstIterator& SbMap< KeyType, ValueType >::SbMap::ParentFirstIterator::operator= | ( | const ParentFirstIterator & | src | ) | [inline] |
Definition at line 352 of file SbMap.h.
References SbMap< KeyType, ValueType >::SbMap::ParentFirstIterator::mCur, and SbMap< KeyType, ValueType >::SbMap::ParentFirstIterator::mRoot.
| void SbMap< KeyType, ValueType >::SbMap::ParentFirstIterator::reset | ( | void | ) | [inline] |
Definition at line 339 of file SbMap.h.
Referenced by SbMap< KeyType, ValueType >::SbMap::ParentFirstIterator::ParentFirstIterator().
1.5.8