#include <XnCppWrapper.h>
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 () |
| XnEnumerationErrors * | GetUnderlying () |
| Gets the underlying C object. | |
| XnStatus | ToString (XnChar *csBuffer, XnUInt32 nSize) |
| ~EnumerationErrors () | |
| Dtor. | |
Private Attributes | |
| XnBool | m_bAllocated |
| XnEnumerationErrors * | m_pErrors |
Represents an enumeration errors object.
Definition at line 3921 of file XnCppWrapper.h.
| xn::EnumerationErrors::EnumerationErrors | ( | ) | [inline] |
Ctor.
Definition at line 3925 of file XnCppWrapper.h.
| xn::EnumerationErrors::EnumerationErrors | ( | XnEnumerationErrors * | pErrors, |
| XnBool | bOwn = FALSE |
||
| ) | [inline] |
Ctor
| 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.
| xn::EnumerationErrors::~EnumerationErrors | ( | ) | [inline] |
Dtor.
Definition at line 3936 of file XnCppWrapper.h.
| Iterator xn::EnumerationErrors::Begin | ( | ) | const [inline] |
Gets an iterator to the first item in the list.
Definition at line 3995 of file XnCppWrapper.h.
| Iterator xn::EnumerationErrors::End | ( | ) | const [inline] |
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.
| void xn::EnumerationErrors::Free | ( | ) | [inline] |
Definition at line 4010 of file XnCppWrapper.h.
| XnEnumerationErrors* xn::EnumerationErrors::GetUnderlying | ( | ) | [inline] |
Gets the underlying C object.
Definition at line 4021 of file XnCppWrapper.h.
| XnStatus xn::EnumerationErrors::ToString | ( | XnChar * | csBuffer, |
| XnUInt32 | nSize | ||
| ) | [inline] |
Definition at line 4002 of file XnCppWrapper.h.
XnBool xn::EnumerationErrors::m_bAllocated [private] |
Definition at line 4025 of file XnCppWrapper.h.
Definition at line 4024 of file XnCppWrapper.h.