![]() |
OpenNI 1.5.4
|
#include <XnListT.h>
Public Member Functions | |
Iterator () | |
Iterator (LinkedNode *pNode) | |
Iterator (const Iterator &other) | |
Iterator & | operator++ () |
Iterator | operator++ (int) |
Iterator & | operator-- () |
Iterator | operator-- (int) |
T & | operator* () const |
T * | operator-> () const |
![]() | |
ConstIterator () | |
ConstIterator (LinkedNode *pNode) | |
ConstIterator (const ConstIterator &other) | |
XnBool | operator== (const ConstIterator &other) const |
XnBool | operator!= (const ConstIterator &other) const |
Additional Inherited Members | |
![]() | |
LinkedNode * | m_pCurrent |
An iterator for iterating the list
|
inline |
|
inline |
|
inline |
|
inline |
Get the value of the current object
Reimplemented from XnListT< T, TAlloc >::ConstIterator.
|
inline |
Support ++iterator, go to the next object in the list
Reimplemented from XnListT< T, TAlloc >::ConstIterator.
|
inline |
Support iterator++, go to the next object in the list, returning the old value
Reimplemented from XnListT< T, TAlloc >::ConstIterator.
|
inline |
Support –iterator, go to the next object in the list
Reimplemented from XnListT< T, TAlloc >::ConstIterator.
|
inline |
Support iterator–, go to the next object in the list, returning the old value
Reimplemented from XnListT< T, TAlloc >::ConstIterator.
|
inline |
Get a pointer to the value of the current object
Reimplemented from XnListT< T, TAlloc >::ConstIterator.