OpenNI 1.3.2
|
#include <XnCppWrapper.h>
Classes | |
class | Iterator |
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 () |
XnEnumerationErrors * | GetUnderlying () |
Represents an enumeration errors object.
|
inline |
Ctor.
|
inline |
Ctor
pErrors | [in] underlying C object to wrap |
bOwn | [in] TRUE to own the object (i.e. free it upon destruction), FALSE otherwise. |
|
inline |
Dtor.
|
inline |
Gets an iterator to the first item in the list.
|
inline |
Gets an iterator representing the end of the list. This iterator does not point to an actual item.
|
inline |
|
inline |
Gets the underlying C object.
|
inline |