![]() |
OpenNI 1.5.2
|
#include <XnHash.h>

Public Member Functions | |
| Iterator (const Iterator &other) | |
| Iterator & | operator++ () |
| Iterator | operator++ (int) |
| Iterator & | operator-- () |
| Iterator | operator-- (int) |
| XnKey & | Key () const |
| XnValue & | Value () const |
Protected Member Functions | |
| Iterator (const XnHash *pHash, XnUInt16 nBin, XnList::Iterator listIterator) | |
| Iterator (const XnHash *pHash) | |
| Iterator (const ConstIterator &other) | |
Friends | |
| class | XnHash |
| XnHash::Iterator::Iterator | ( | const Iterator & | other | ) | [inline] |
Copy constructor
| other | [in] instance to copy from |
| XnHash::Iterator::Iterator | ( | const XnHash * | pHash, |
| XnUInt16 | nBin, | ||
| XnList::Iterator | listIterator | ||
| ) | [inline, protected] |
| XnHash::Iterator::Iterator | ( | const XnHash * | pHash | ) | [inline, protected] |
constructor to be used from inside the XnHash. It points to the first value in the hash.
| pHash | [in] The hash to which the iterator belongs |
| XnHash::Iterator::Iterator | ( | const ConstIterator & | other | ) | [inline, protected] |
| XnKey& XnHash::Iterator::Key | ( | ) | const [inline] |
Get the key of the current object (const version)
Reimplemented from XnHash::ConstIterator.
| Iterator& XnHash::Iterator::operator++ | ( | ) | [inline] |
Support ++iterator, go to the next object in the list
Reimplemented from XnHash::ConstIterator.
| Iterator XnHash::Iterator::operator++ | ( | int | ) | [inline] |
Support iterator++, go to the next object in the list, returning the old value
Reimplemented from XnHash::ConstIterator.
| Iterator& XnHash::Iterator::operator-- | ( | ) | [inline] |
Support --iterator, go to the next object in the list
Reimplemented from XnHash::ConstIterator.
| Iterator XnHash::Iterator::operator-- | ( | int | ) | [inline] |
Support iterator--, go to the next object in the list, returning the old value
Reimplemented from XnHash::ConstIterator.
| XnValue& XnHash::Iterator::Value | ( | ) | const [inline] |
Get the value of the current object (const version)
Reimplemented from XnHash::ConstIterator.
friend class XnHash [friend] |
Reimplemented from XnHash::ConstIterator.
1.7.6.1