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