OpenNI 1.3.2
Public Member Functions | Friends | List of all members
xn::EnumerationErrors::Iterator Class Reference

#include <XnCppWrapper.h>

Public Member Functions

XnBool operator== (const Iterator &other) const
XnBool operator!= (const Iterator &other) const
Iteratoroperator++ ()
Iterator operator++ (int)
const XnProductionNodeDescriptionDescription ()
XnStatus Error ()

Friends

class EnumerationErrors

Member Function Documentation

const XnProductionNodeDescription& xn::EnumerationErrors::Iterator::Description ( )
inline

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

Friends And Related Function Documentation

friend class EnumerationErrors
friend

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