#include <XnCppWrapper.h>
Gets the description of the failing node this iterator points to.
XnStatus xn::EnumerationErrors::Iterator::Error |
( |
| ) |
|
|
inline |
Gets the failure error code of the failing node this iterator points to.
XnBool xn::EnumerationErrors::Iterator::operator!= |
( |
const Iterator & |
other | ) |
const |
|
inline |
Checks if the other iterator points to a different location
- Parameters
-
other | [in] another iterator |
Iterator& xn::EnumerationErrors::Iterator::operator++ |
( |
| ) |
|
|
inline |
Moves the iterator to the next location. If end of list was reached, iterator will be equal to EnumerationErrors::End().
Iterator xn::EnumerationErrors::Iterator::operator++ |
( |
int |
| ) |
|
|
inline |
Returns an iterator to the next location. If end of list was reached, iterator will be equal to EnumerationErrors::End().
XnBool xn::EnumerationErrors::Iterator::operator== |
( |
const Iterator & |
other | ) |
const |
|
inline |
Checks if the other iterator points to the same location
- Parameters
-
other | [in] another iterator |
The documentation for this class was generated from the following file: