#include <XnCppWrapper.h>
Represents an iterator over a NodeInfoList list.
◆ operator!=()
XnBool xn::NodeInfoList::Iterator::operator!= |
( |
const Iterator & |
other | ) |
const |
|
inline |
Returns whether the iterator points to a different location than another iterator.
- Parameters
-
[in] | other | Another iterator |
◆ operator*()
NodeInfo xn::NodeInfoList::Iterator::operator* |
( |
| ) |
|
|
inline |
Gets the NodeInfo object pointed by the iterator.
◆ operator++() [1/2]
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().
◆ operator++() [2/2]
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().
◆ operator--() [1/2]
Iterator & xn::NodeInfoList::Iterator::operator-- |
( |
| ) |
|
|
inline |
Moves the iterator to the previous object.
◆ operator--() [2/2]
Iterator xn::NodeInfoList::Iterator::operator-- |
( |
int |
| ) |
|
|
inline |
Returns an iterator pointing at the previous object.
◆ operator==()
XnBool xn::NodeInfoList::Iterator::operator== |
( |
const Iterator & |
other | ) |
const |
|
inline |
Returns whether the iterator points to the same location as another iterator.
- Parameters
-
[in] | other | Another iterator |
Remarks
This method can be used for checking if the two iterators are pointing to the same NodeInfo object.
Note that the two iterators can also both point to NULL.
◆ NodeInfoList
The documentation for this class was generated from the following file: