![]() |
OpenNI 1.5.7
|
#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 |
Public Member Functions inherited from XnListT< T, TAlloc >::ConstIterator | |
| ConstIterator () | |
| ConstIterator (LinkedNode *pNode) | |
| ConstIterator (const ConstIterator &other) | |
| ConstIterator & | operator++ () |
| ConstIterator | operator++ (int) |
| ConstIterator & | operator-- () |
| ConstIterator | operator-- (int) |
| XnBool | operator== (const ConstIterator &other) const |
| XnBool | operator!= (const ConstIterator &other) const |
| T const & | operator* () const |
| T const * | operator-> () const |
Additional Inherited Members | |
Protected Attributes inherited from XnListT< T, TAlloc >::ConstIterator | |
| LinkedNode * | m_pCurrent |
An iterator for iterating the list
|
inline |
|
inline |
|
inline |
|
inline |
Get the value of the current object
|
inline |
Support ++iterator, go to the next object in the list
|
inline |
Support iterator++, go to the next object in the list, returning the old value
|
inline |
Support –iterator, go to the next object in the list
|
inline |
Support iterator–, go to the next object in the list, returning the old value
|
inline |
Get a pointer to the value of the current object
1.8.14