#include <XnHashT.h>
◆ ConstIterator() [1/3]
template<class TKey , class TValue , class TKeyManager = XnDefaultKeyManagerT<TKey>, class TAlloc = XnLinkedNodeDefaultAllocatorT<XnKeyValuePair<TKey, TValue> >>
XnHashT< TKey, TValue, TKeyManager, TAlloc >::ConstIterator::ConstIterator |
( |
| ) |
|
|
inline |
◆ ConstIterator() [2/3]
template<class TKey , class TValue , class TKeyManager = XnDefaultKeyManagerT<TKey>, class TAlloc = XnLinkedNodeDefaultAllocatorT<XnKeyValuePair<TKey, TValue> >>
◆ ConstIterator() [3/3]
template<class TKey , class TValue , class TKeyManager = XnDefaultKeyManagerT<TKey>, class TAlloc = XnLinkedNodeDefaultAllocatorT<XnKeyValuePair<TKey, TValue> >>
XnHashT< TKey, TValue, TKeyManager, TAlloc >::ConstIterator::ConstIterator |
( |
const ConstIterator & |
other | ) |
|
|
inline |
◆ operator!=()
template<class TKey , class TValue , class TKeyManager = XnDefaultKeyManagerT<TKey>, class TAlloc = XnLinkedNodeDefaultAllocatorT<XnKeyValuePair<TKey, TValue> >>
XnBool XnHashT< TKey, TValue, TKeyManager, TAlloc >::ConstIterator::operator!= |
( |
const ConstIterator & |
other | ) |
const |
|
inline |
Operator to check if two iterators point to different objects
- Parameters
-
other | [in] instance to compare with |
◆ operator*()
template<class TKey , class TValue , class TKeyManager = XnDefaultKeyManagerT<TKey>, class TAlloc = XnLinkedNodeDefaultAllocatorT<XnKeyValuePair<TKey, TValue> >>
TPair const& XnHashT< TKey, TValue, TKeyManager, TAlloc >::ConstIterator::operator* |
( |
| ) |
const |
|
inline |
Get the value of the current object (const version)
◆ operator++() [1/2]
template<class TKey , class TValue , class TKeyManager = XnDefaultKeyManagerT<TKey>, class TAlloc = XnLinkedNodeDefaultAllocatorT<XnKeyValuePair<TKey, TValue> >>
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> >>
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> >>
Support –iterator, go to the previous object in the hash
◆ operator--() [2/2]
template<class TKey , class TValue , class TKeyManager = XnDefaultKeyManagerT<TKey>, class TAlloc = XnLinkedNodeDefaultAllocatorT<XnKeyValuePair<TKey, TValue> >>
Support iterator–, go to the previous object in the hash, returning the old value
◆ operator->()
template<class TKey , class TValue , class TKeyManager = XnDefaultKeyManagerT<TKey>, class TAlloc = XnLinkedNodeDefaultAllocatorT<XnKeyValuePair<TKey, TValue> >>
TPair const* XnHashT< TKey, TValue, TKeyManager, TAlloc >::ConstIterator::operator-> |
( |
| ) |
const |
|
inline |
Get a pointer to the value of the current object (const version)
◆ operator==()
template<class TKey , class TValue , class TKeyManager = XnDefaultKeyManagerT<TKey>, class TAlloc = XnLinkedNodeDefaultAllocatorT<XnKeyValuePair<TKey, TValue> >>
XnBool XnHashT< TKey, TValue, TKeyManager, TAlloc >::ConstIterator::operator== |
( |
const ConstIterator & |
other | ) |
const |
|
inline |
Operator to check if two iterators point to the same object
- Parameters
-
other | [in] instance to compare with |
◆ XnHashT
template<class TKey , class TValue , class TKeyManager = XnDefaultKeyManagerT<TKey>, class TAlloc = XnLinkedNodeDefaultAllocatorT<XnKeyValuePair<TKey, TValue> >>
◆ m_currIt
template<class TKey , class TValue , class TKeyManager = XnDefaultKeyManagerT<TKey>, class TAlloc = XnLinkedNodeDefaultAllocatorT<XnKeyValuePair<TKey, TValue> >>
◆ m_nCurrBin
template<class TKey , class TValue , class TKeyManager = XnDefaultKeyManagerT<TKey>, class TAlloc = XnLinkedNodeDefaultAllocatorT<XnKeyValuePair<TKey, TValue> >>
XnUInt32 XnHashT< TKey, TValue, TKeyManager, TAlloc >::ConstIterator::m_nCurrBin |
|
protected |
◆ m_ppBins
template<class TKey , class TValue , class TKeyManager = XnDefaultKeyManagerT<TKey>, class TAlloc = XnLinkedNodeDefaultAllocatorT<XnKeyValuePair<TKey, TValue> >>
TPairList* const* XnHashT< TKey, TValue, TKeyManager, TAlloc >::ConstIterator::m_ppBins |
|
protected |
The documentation for this class was generated from the following file: