Classes | Public Member Functions | Private Attributes
xn::EnumerationErrors Class Reference

#include <XnCppWrapper.h>

List of all members.

Classes

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

Public Member Functions

Iterator Begin () const
 Gets an iterator to the first item in the list.
Iterator End () const
 Gets an iterator representing the end of the list. This iterator does not point to an actual item.
 EnumerationErrors ()
 Ctor.
 EnumerationErrors (XnEnumerationErrors *pErrors, XnBool bOwn=FALSE)
void Free ()
XnEnumerationErrorsGetUnderlying ()
 Gets the underlying C object.
XnStatus ToString (XnChar *csBuffer, XnUInt32 nSize)
 ~EnumerationErrors ()
 Dtor.

Private Attributes

XnBool m_bAllocated
XnEnumerationErrorsm_pErrors

Detailed Description

Represents an enumeration errors object.

Definition at line 3921 of file XnCppWrapper.h.


Constructor & Destructor Documentation

Ctor.

Definition at line 3925 of file XnCppWrapper.h.

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.

Definition at line 3933 of file XnCppWrapper.h.

Dtor.

Definition at line 3936 of file XnCppWrapper.h.


Member Function Documentation

Gets an iterator to the first item in the list.

Definition at line 3995 of file XnCppWrapper.h.

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

Definition at line 3997 of file XnCppWrapper.h.

For full details and usage, see xnEnumerationErrorsFree

Definition at line 4010 of file XnCppWrapper.h.

Gets the underlying C object.

Definition at line 4021 of file XnCppWrapper.h.

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

Definition at line 4002 of file XnCppWrapper.h.


Member Data Documentation

Definition at line 4025 of file XnCppWrapper.h.

Definition at line 4024 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