#include <XnCppWrapper.h>
List of all members.
Member Function Documentation
Gets the description of the failing node this iterator points to.
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 |
Friends And Related Function Documentation
The documentation for this class was generated from the following file: