An iterator over enumeration errors. More...
#include <XnCppWrapper.h>
Public Member Functions | |
const XnProductionNodeDescription & | Description () |
Gets the description of the failing node this iterator points to. | |
XnStatus | Error () |
Gets the failure error code of the failing node this iterator points to. | |
XnBool | operator!= (const Iterator &other) const |
Iterator & | operator++ () |
Iterator | operator++ (int) |
XnBool | operator== (const Iterator &other) const |
Private Member Functions | |
Iterator (XnEnumerationErrorsIterator it) | |
Private Attributes | |
XnEnumerationErrorsIterator | m_it |
Friends | |
class | EnumerationErrors |
An iterator over enumeration errors.
Definition at line 3939 of file XnCppWrapper.h.
xn::EnumerationErrors::Iterator::Iterator | ( | XnEnumerationErrorsIterator | it | ) | [inline, private] |
Definition at line 3989 of file XnCppWrapper.h.
const XnProductionNodeDescription& xn::EnumerationErrors::Iterator::Description | ( | ) | [inline] |
Gets the description of the failing node this iterator points to.
Definition at line 3984 of file XnCppWrapper.h.
XnStatus xn::EnumerationErrors::Iterator::Error | ( | ) | [inline] |
Gets the failure error code of the failing node this iterator points to.
Definition at line 3986 of file XnCppWrapper.h.
Checks if the other iterator points to a different location
other | [in] another iterator |
Definition at line 3959 of file XnCppWrapper.h.
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().
Definition at line 3968 of file XnCppWrapper.h.
Returns an iterator to the next location. If end of list was reached, iterator will be equal to EnumerationErrors::End().
Definition at line 3978 of file XnCppWrapper.h.
Checks if the other iterator points to the same location
other | [in] another iterator |
Definition at line 3949 of file XnCppWrapper.h.
friend class EnumerationErrors [friend] |
Definition at line 3942 of file XnCppWrapper.h.
Definition at line 3991 of file XnCppWrapper.h.