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 |
Detailed Description
template<class T, class TAlloc = XnLinkedNodeDefaultAllocatorT<T>>
class XnListT< T, TAlloc >::Iterator
An iterator for iterating the list
Constructor & Destructor Documentation
XnListT< T, TAlloc >::Iterator::Iterator | ( | ) | [inline] |
XnListT< T, TAlloc >::Iterator::Iterator | ( | LinkedNode * | pNode | ) | [inline] |
XnListT< T, TAlloc >::Iterator::Iterator | ( | const Iterator & | other | ) | [inline] |
Member Function Documentation
T& XnListT< T, TAlloc >::Iterator::operator* | ( | ) | const [inline] |
Get the value of the current object
Reimplemented from XnListT< T, TAlloc >::ConstIterator.
Iterator& XnListT< T, TAlloc >::Iterator::operator++ | ( | ) | [inline] |
Support ++iterator, go to the next object in the list
Reimplemented from XnListT< T, TAlloc >::ConstIterator.
Iterator XnListT< T, TAlloc >::Iterator::operator++ | ( | int | ) | [inline] |
Support iterator++, go to the next object in the list, returning the old value
Reimplemented from XnListT< T, TAlloc >::ConstIterator.
Iterator& XnListT< T, TAlloc >::Iterator::operator-- | ( | ) | [inline] |
Support --iterator, go to the next object in the list
Reimplemented from XnListT< T, TAlloc >::ConstIterator.
Iterator XnListT< T, TAlloc >::Iterator::operator-- | ( | int | ) | [inline] |
Support iterator--, go to the next object in the list, returning the old value
Reimplemented from XnListT< T, TAlloc >::ConstIterator.
T* XnListT< T, TAlloc >::Iterator::operator-> | ( | ) | const [inline] |
Get a pointer to the value of the current object
Reimplemented from XnListT< T, TAlloc >::ConstIterator.
The documentation for this class was generated from the following file:
Generated on Wed May 16 2012 10:16:06 for OpenNI 1.5.4 by 1.7.5.1