OpenNI 1.5.2
Public Member Functions | Friends
xn::EnumerationErrors::Iterator Class Reference

#include <XnCppWrapper.h>

List of all members.

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

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

friend class EnumerationErrors [friend]

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