Public Member Functions | Private Member Functions | Private Attributes | Friends
xn::EnumerationErrors::Iterator Class Reference

An iterator over enumeration errors. More...

#include <XnCppWrapper.h>

List of all members.

Public Member Functions

const XnProductionNodeDescriptionDescription ()
 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
Iteratoroperator++ ()
Iterator operator++ (int)
XnBool operator== (const Iterator &other) const

Private Member Functions

 Iterator (XnEnumerationErrorsIterator it)

Private Attributes

XnEnumerationErrorsIterator m_it

Friends

class EnumerationErrors

Detailed Description

An iterator over enumeration errors.

Definition at line 3939 of file XnCppWrapper.h.


Constructor & Destructor Documentation

Definition at line 3989 of file XnCppWrapper.h.


Member Function Documentation

Gets the description of the failing node this iterator points to.

Definition at line 3984 of file XnCppWrapper.h.

Gets the failure error code of the failing node this iterator points to.

Definition at line 3986 of file XnCppWrapper.h.

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

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.

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().

Definition at line 3978 of file XnCppWrapper.h.

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

Definition at line 3949 of file XnCppWrapper.h.


Friends And Related Function Documentation

friend class EnumerationErrors [friend]

Definition at line 3942 of file XnCppWrapper.h.


Member Data Documentation

Definition at line 3991 of file XnCppWrapper.h.


The documentation for this class was generated from the following file:


nao_openni
Author(s): Bener SUAY
autogenerated on Mon Jan 6 2014 11:27:52