![]() |
OpenNI 1.5.4
|
#include <XnHashT.h>

Public Member Functions | |
| Iterator () | |
| Iterator (TPairList **apBins, XnUInt32 nCurrBin, typename TPairList::Iterator currIt) | |
| Iterator (const Iterator &other) | |
| Iterator & | operator++ () |
| Iterator | operator++ (int) |
| Iterator & | operator-- () |
| Iterator | operator-- (int) |
| TPair & | operator* () const |
| TPair * | operator-> () const |
template<class TKey, class TValue, class TKeyManager = XnDefaultKeyManagerT<TKey>, class TAlloc = XnLinkedNodeDefaultAllocatorT<XnKeyValuePair<TKey, TValue> >>
class XnHashT< TKey, TValue, TKeyManager, TAlloc >::Iterator
Constructor & Destructor Documentation
| XnHashT< TKey, TValue, TKeyManager, TAlloc >::Iterator::Iterator | ( | ) | [inline] |
| XnHashT< TKey, TValue, TKeyManager, TAlloc >::Iterator::Iterator | ( | TPairList ** | apBins, |
| XnUInt32 | nCurrBin, | ||
| typename TPairList::Iterator | currIt | ||
| ) | [inline] |
| XnHashT< TKey, TValue, TKeyManager, TAlloc >::Iterator::Iterator | ( | const Iterator & | other | ) | [inline] |
Member Function Documentation
| TPair& XnHashT< TKey, TValue, TKeyManager, TAlloc >::Iterator::operator* | ( | ) | const [inline] |
Get the value of the current object
Reimplemented from XnHashT< TKey, TValue, TKeyManager, TAlloc >::ConstIterator.
| Iterator& XnHashT< TKey, TValue, TKeyManager, TAlloc >::Iterator::operator++ | ( | ) | [inline] |
Support ++iterator, go to the next object in the list
Reimplemented from XnHashT< TKey, TValue, TKeyManager, TAlloc >::ConstIterator.
| Iterator XnHashT< TKey, TValue, TKeyManager, TAlloc >::Iterator::operator++ | ( | int | ) | [inline] |
Support iterator++, go to the next object in the list, returning the old value
Reimplemented from XnHashT< TKey, TValue, TKeyManager, TAlloc >::ConstIterator.
| Iterator& XnHashT< TKey, TValue, TKeyManager, TAlloc >::Iterator::operator-- | ( | ) | [inline] |
Support --iterator, go to the next object in the list
Reimplemented from XnHashT< TKey, TValue, TKeyManager, TAlloc >::ConstIterator.
| Iterator XnHashT< TKey, TValue, TKeyManager, TAlloc >::Iterator::operator-- | ( | int | ) | [inline] |
Support iterator--, go to the next object in the list, returning the old value
Reimplemented from XnHashT< TKey, TValue, TKeyManager, TAlloc >::ConstIterator.
| TPair* XnHashT< TKey, TValue, TKeyManager, TAlloc >::Iterator::operator-> | ( | ) | const [inline] |
Get a pointer to the value of the current object
Reimplemented from XnHashT< TKey, TValue, TKeyManager, TAlloc >::ConstIterator.
The documentation for this class was generated from the following file:
Generated on Wed May 16 2012 10:16:06 for OpenNI 1.5.4 by
1.7.5.1
