#include <XnList.h>
XnList::ConstIterator::ConstIterator |
( |
const ConstIterator & |
other) | |
|
|
inline |
Copy constructor
- Parameters
-
other | [in] instance to copy from |
XnList::ConstIterator::ConstIterator |
( |
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 |
const XnNode* XnList::ConstIterator::GetNode |
( |
) | |
const |
|
inline |
Get the entire current object (const version)
XnNode* XnList::ConstIterator::GetNode |
( |
) | |
|
|
inline |
Get the entire current object (non-const version)
XnBool XnList::ConstIterator::operator!= |
( |
const ConstIterator & |
other) | |
const |
|
inline |
Operator to check if 2 iterators point to different objects
- Parameters
-
other | [in] instance to compare with |
const XnValue& XnList::ConstIterator::operator* |
( |
) | |
const |
|
inline |
Get the value of the current object (const version)
Support ++iterator, go to the next object in the list
Support iterator++, go to the next object in the list, returning the old value
Support –iterator, go to the next object in the list
Support iterator–, go to the next object in the list, returning the old value
XnBool XnList::ConstIterator::operator== |
( |
const ConstIterator & |
other) | |
const |
|
inline |
Operator to check if 2 iterators point to the same object
- Parameters
-
other | [in] instance to compare with |
XnNode* XnList::ConstIterator::m_pCurrent |
|
protected |
The documentation for this class was generated from the following file: