#include <XnHashT.h>
template<class TKey, class TValue, class TKeyManager = XnDefaultKeyManagerT<TKey>, class TAlloc = XnLinkedNodeDefaultAllocatorT<XnKeyValuePair<TKey, TValue> >>
XnHashT< TKey, TValue, TKeyManager, TAlloc >::Iterator::Iterator |
( |
) | |
|
|
inline |
template<class TKey, class TValue, class TKeyManager = XnDefaultKeyManagerT<TKey>, class TAlloc = XnLinkedNodeDefaultAllocatorT<XnKeyValuePair<TKey, TValue> >>
XnHashT< TKey, TValue, TKeyManager, TAlloc >::Iterator::Iterator |
( |
TPairList ** |
apBins, |
|
|
XnUInt32 |
nCurrBin, |
|
|
typename TPairList::Iterator |
currIt |
|
) |
| |
|
inline |
template<class TKey, class TValue, class TKeyManager = XnDefaultKeyManagerT<TKey>, class TAlloc = XnLinkedNodeDefaultAllocatorT<XnKeyValuePair<TKey, TValue> >>
XnHashT< TKey, TValue, TKeyManager, TAlloc >::Iterator::Iterator |
( |
const Iterator & |
other) | |
|
|
inline |
template<class TKey, class TValue, class TKeyManager = XnDefaultKeyManagerT<TKey>, class TAlloc = XnLinkedNodeDefaultAllocatorT<XnKeyValuePair<TKey, TValue> >>
TPair& XnHashT< TKey, TValue, TKeyManager, TAlloc >::Iterator::operator* |
( |
) | |
const |
|
inline |
Get the value of the current object
template<class TKey, class TValue, class TKeyManager = XnDefaultKeyManagerT<TKey>, class TAlloc = XnLinkedNodeDefaultAllocatorT<XnKeyValuePair<TKey, TValue> >>
Iterator& XnHashT< TKey, TValue, TKeyManager, TAlloc >::Iterator::operator++ |
( |
) | |
|
|
inline |
Support ++iterator, go to the next object in the list
template<class TKey, class TValue, class TKeyManager = XnDefaultKeyManagerT<TKey>, class TAlloc = XnLinkedNodeDefaultAllocatorT<XnKeyValuePair<TKey, TValue> >>
Iterator XnHashT< TKey, TValue, TKeyManager, TAlloc >::Iterator::operator++ |
( |
int |
) | |
|
|
inline |
Support iterator++, go to the next object in the list, returning the old value
template<class TKey, class TValue, class TKeyManager = XnDefaultKeyManagerT<TKey>, class TAlloc = XnLinkedNodeDefaultAllocatorT<XnKeyValuePair<TKey, TValue> >>
Iterator& XnHashT< TKey, TValue, TKeyManager, TAlloc >::Iterator::operator-- |
( |
) | |
|
|
inline |
Support –iterator, go to the next object in the list
template<class TKey, class TValue, class TKeyManager = XnDefaultKeyManagerT<TKey>, class TAlloc = XnLinkedNodeDefaultAllocatorT<XnKeyValuePair<TKey, TValue> >>
Iterator XnHashT< TKey, TValue, TKeyManager, TAlloc >::Iterator::operator-- |
( |
int |
) | |
|
|
inline |
Support iterator–, go to the next object in the list, returning the old value
template<class TKey, class TValue, class TKeyManager = XnDefaultKeyManagerT<TKey>, class TAlloc = XnLinkedNodeDefaultAllocatorT<XnKeyValuePair<TKey, TValue> >>
TPair* XnHashT< TKey, TValue, TKeyManager, TAlloc >::Iterator::operator-> |
( |
) | |
const |
|
inline |
Get a pointer to the value of the current object
The documentation for this class was generated from the following file: