#include <XnList.h>
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 | ) |
|
|
inlineprotected |
constructor to be used from inside the XnList. It points to the node supplied.
- Parameters
-
| pNode | [in] The XnNode to which to currently point |
Member Function Documentation
| XnValue& XnList::Iterator::operator* |
( |
| ) |
const |
|
inline |
| Iterator& XnList::Iterator::operator++ |
( |
| ) |
|
|
inline |
| 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 |
| 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
The documentation for this class was generated from the following file: