#include <XnHash.h>
XnHash::Iterator::Iterator |
( |
const Iterator & |
other | ) |
|
|
inline |
Copy constructor
- Parameters
-
other | [in] instance to copy from |
constructor to be used from inside the XnHash
- Parameters
-
pHash | [in] The hash to which the iterator belongs |
nBin | [in] The bin of the current object |
listIterator | [in] Iterator on the bin (each bin is a XnList) |
XnHash::Iterator::Iterator |
( |
const XnHash * |
pHash | ) |
|
|
inlineprotected |
constructor to be used from inside the XnHash. It points to the first value in the hash.
- Parameters
-
pHash | [in] The hash to which the iterator belongs |
XnKey& XnHash::Iterator::Key |
( |
| ) |
const |
|
inline |
Get the key of the current object (const version)
Iterator& XnHash::Iterator::operator++ |
( |
| ) |
|
|
inline |
Support ++iterator, go to the next object in the list
Iterator XnHash::Iterator::operator++ |
( |
int |
| ) |
|
|
inline |
Support iterator++, go to the next object in the list, returning the old value
Iterator& XnHash::Iterator::operator-- |
( |
| ) |
|
|
inline |
Support –iterator, go to the next object in the list
Iterator XnHash::Iterator::operator-- |
( |
int |
| ) |
|
|
inline |
Support iterator–, go to the next object in the list, returning the old value
XnValue& XnHash::Iterator::Value |
( |
| ) |
const |
|
inline |
Get the value of the current object (const version)
The documentation for this class was generated from the following file: