OpenNI 1.5.4
|
XnList::Iterator Class Reference
#include <XnList.h>
Inheritance diagram for XnList::Iterator:
Public Member Functions | |
Iterator (const Iterator &other) | |
Iterator & | operator++ () |
Iterator | operator++ (int) |
Iterator & | operator-- () |
Iterator | operator-- (int) |
XnValue & | operator* () const |
Protected Member Functions | |
Iterator (XnNode *pNode) | |
Friends | |
class | XnList |
Detailed Description
Constructor & Destructor Documentation
XnList::Iterator::Iterator | ( | const Iterator & | other | ) | [inline] |
Copy constructor
- Parameters:
-
other [in] instance to copy from
XnList::Iterator::Iterator | ( | XnNode * | pNode | ) | [inline, protected] |
Member Function Documentation
XnValue& XnList::Iterator::operator* | ( | ) | const [inline] |
Get the value of the current object
Reimplemented from XnList::ConstIterator.
Iterator& XnList::Iterator::operator++ | ( | ) | [inline] |
Support ++iterator, go to the next object in the list
Reimplemented from XnList::ConstIterator.
Iterator XnList::Iterator::operator++ | ( | int | ) | [inline] |
Support iterator++, go to the next object in the list, returning the old value
Reimplemented from XnList::ConstIterator.
Iterator& XnList::Iterator::operator-- | ( | ) | [inline] |
Support --iterator, go to the next object in the list
Reimplemented from XnList::ConstIterator.
Iterator XnList::Iterator::operator-- | ( | int | ) | [inline] |
Support iterator--, go to the next object in the list, returning the old value
Reimplemented from XnList::ConstIterator.
Friends And Related Function Documentation
friend class XnList [friend] |
Reimplemented from XnList::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