#include <XnList.h>
List of all members.
Detailed Description
Definition at line 47 of file XnList.h.
Constructor & Destructor Documentation
Copy constructor
- Parameters:
-
other | [in] instance to copy from |
Definition at line 57 of file XnList.h.
constructor to be used from inside the XnList. It points to the node supplied.
- Parameters:
-
pNode | [in] The XnNode to which to currently point |
Definition at line 147 of file XnList.h.
Member Function Documentation
Get the entire current object (const version)
Definition at line 128 of file XnList.h.
Get the entire current object (non-const version)
Definition at line 136 of file XnList.h.
Operator to check if 2 iterators point to different objects
- Parameters:
-
other | [in] instance to compare with |
Definition at line 111 of file XnList.h.
const XnValue& XnList::ConstIterator::operator* |
( |
| ) |
const [inline] |
Support iterator++, go to the next object in the list, returning the old value
Reimplemented in XnList::Iterator.
Definition at line 71 of file XnList.h.
Support iterator--, go to the next object in the list, returning the old value
Reimplemented in XnList::Iterator.
Definition at line 90 of file XnList.h.
Operator to check if 2 iterators point to the same object
- Parameters:
-
other | [in] instance to compare with |
Definition at line 102 of file XnList.h.
Friends And Related Function Documentation
Member Data Documentation
The documentation for this class was generated from the following file: