#include <XnList.h>
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 |
XnValue& XnList::Iterator::operator* |
( |
| ) |
const |
|
inline |
Get the value of the current object
Iterator& XnList::Iterator::operator++ |
( |
| ) |
|
|
inline |
Support ++iterator, go to the next object in the list
Iterator XnList::Iterator::operator++ |
( |
int |
| ) |
|
|
inline |
Support iterator++, go to the next object in the list, returning the old value
Iterator& XnList::Iterator::operator-- |
( |
| ) |
|
|
inline |
Support –iterator, go to the next object in the list
Iterator XnList::Iterator::operator-- |
( |
int |
| ) |
|
|
inline |
Support iterator–, go to the next object in the list, returning the old value
The documentation for this class was generated from the following file: