#include <XnHashT.h>
◆ Iterator() [1/3]
template<class TKey , class TValue , class TKeyManager = XnDefaultKeyManagerT<TKey>, class TAlloc = XnLinkedNodeDefaultAllocatorT<XnKeyValuePair<TKey, TValue> >>
XnHashT< TKey, TValue, TKeyManager, TAlloc >::Iterator::Iterator |
( |
| ) |
|
|
inline |
◆ Iterator() [2/3]
template<class TKey , class TValue , class TKeyManager = XnDefaultKeyManagerT<TKey>, class TAlloc = XnLinkedNodeDefaultAllocatorT<XnKeyValuePair<TKey, TValue> >>
◆ Iterator() [3/3]
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 |
◆ operator*()
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
◆ operator++() [1/2]
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
◆ operator++() [2/2]
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
◆ operator--() [1/2]
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
◆ operator--() [2/2]
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
◆ operator->()
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: