xn::NodeInfoList::Iterator Class Reference
Represents an iterator over a NodeInfoList list.
#include <XnCppWrapper.h>
List of all members.
Member Function Documentation
XnBool xn::NodeInfoList::Iterator::operator!= |
( |
const Iterator & |
other |
) |
const [inline] |
Checks if another iterator points at a different location.
- Parameters:
-
| other | [in] Another iterator |
NodeInfo xn::NodeInfoList::Iterator::operator* |
( |
|
) |
[inline] |
Gets the NodeInfo object pointed by the iterator.
Iterator xn::NodeInfoList::Iterator::operator++ |
( |
int |
|
) |
[inline] |
Returns an iterator pointing at the next object. If the end of the list was reached, that iterator will now be equal to NodeInfoList::End().
Iterator& xn::NodeInfoList::Iterator::operator++ |
( |
|
) |
[inline] |
Moves the iterator to the next object. If the end of the list was reached, the iterator will now be equal to NodeInfoList::End().
Iterator xn::NodeInfoList::Iterator::operator-- |
( |
int |
|
) |
[inline] |
Returns an iterator pointing at the previous object.
Iterator& xn::NodeInfoList::Iterator::operator-- |
( |
|
) |
[inline] |
Moves the iterator to the previous object.
XnBool xn::NodeInfoList::Iterator::operator== |
( |
const Iterator & |
other |
) |
const [inline] |
Checks if another iterator points at the same location.
- Parameters:
-
| other | [in] Another iterator |
Friends And Related Function Documentation
The documentation for this class was generated from the following file: