OpenNI 1.3.2
Classes | Public Member Functions
xn::EnumerationErrors Class Reference

#include <XnCppWrapper.h>

List of all members.

Classes

class  Iterator
 An iterator over enumeration errors. More...

Public Member Functions

 EnumerationErrors ()
 EnumerationErrors (XnEnumerationErrors *pErrors, XnBool bOwn=FALSE)
 ~EnumerationErrors ()
Iterator Begin () const
Iterator End () const
XnStatus ToString (XnChar *csBuffer, XnUInt32 nSize)
void Free ()
XnEnumerationErrorsGetUnderlying ()

Detailed Description

Represents an enumeration errors object.


Constructor & Destructor Documentation

Ctor.

xn::EnumerationErrors::EnumerationErrors ( XnEnumerationErrors pErrors,
XnBool  bOwn = FALSE 
) [inline]

Ctor

Parameters:
pErrors[in] underlying C object to wrap
bOwn[in] TRUE to own the object (i.e. free it upon destruction), FALSE otherwise.

Dtor.


Member Function Documentation

Gets an iterator to the first item in the list.

Gets an iterator representing the end of the list. This iterator does not point to an actual item.

void xn::EnumerationErrors::Free ( ) [inline]
For full details and usage, see xnEnumerationErrorsFree

Gets the underlying C object.

XnStatus xn::EnumerationErrors::ToString ( XnChar *  csBuffer,
XnUInt32  nSize 
) [inline]
For full details and usage, see xnEnumerationErrorsToString


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