#include <XnCppWrapper.h>
List of all members.
Detailed Description
Represents an enumeration errors object.
Constructor & Destructor Documentation
xn::EnumerationErrors::EnumerationErrors |
( |
|
) |
[inline] |
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. |
xn::EnumerationErrors::~EnumerationErrors |
( |
|
) |
[inline] |
Member Function Documentation
Iterator xn::EnumerationErrors::Begin |
( |
|
) |
const [inline] |
Gets an iterator to the first item in the list.
Iterator xn::EnumerationErrors::End |
( |
|
) |
const [inline] |
Gets an iterator representing the end of the list. This iterator does not point to an actual item.
void xn::EnumerationErrors::Free |
( |
|
) |
[inline] |
Gets the underlying C object.
XnStatus xn::EnumerationErrors::ToString |
( |
XnChar * |
csBuffer, |
|
|
XnUInt32 |
nSize | |
|
) |
| | [inline] |
The documentation for this class was generated from the following file: