Public Member Functions

XnHashT< TKey, TValue, TKeyManager, TAlloc >::Iterator Class Reference

#include <XnHashT.h>

Inheritance diagram for XnHashT< TKey, TValue, TKeyManager, TAlloc >::Iterator:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 Iterator ()
 Iterator (TPairList **apBins, XnUInt32 nCurrBin, typename TPairList::Iterator currIt)
 Iterator (const Iterator &other)
Iteratoroperator++ ()
Iterator operator++ (int)
Iteratoroperator-- ()
Iterator operator-- (int)
TPairoperator* () const
TPairoperator-> () 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

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]

Member Function Documentation

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

Reimplemented from XnHashT< TKey, TValue, TKeyManager, TAlloc >::ConstIterator.

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

Reimplemented from XnHashT< TKey, TValue, TKeyManager, TAlloc >::ConstIterator.

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

Reimplemented from XnHashT< TKey, TValue, TKeyManager, TAlloc >::ConstIterator.

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

Reimplemented from XnHashT< TKey, TValue, TKeyManager, TAlloc >::ConstIterator.

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

Reimplemented from XnHashT< TKey, TValue, TKeyManager, TAlloc >::ConstIterator.

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

Reimplemented from XnHashT< TKey, TValue, TKeyManager, TAlloc >::ConstIterator.


The documentation for this class was generated from the following file: