#include <XnCppWrapper.h>
Represents a list of NodeInfo objects.
xn::NodeInfoList::NodeInfoList |
( |
| ) |
|
|
inline |
Creates a new NodeInfoList object by wrapping a C XnNodeInfoList object. Note that this list will not be freed upon destruction.
- Parameters
-
pList | [in] The list to wrap. |
xn::NodeInfoList::~NodeInfoList |
( |
| ) |
|
|
inline |
Iterator xn::NodeInfoList::Begin |
( |
| ) |
const |
|
inline |
Gets an iterator to the first item in the list.
Iterator xn::NodeInfoList::End |
( |
| ) |
const |
|
inline |
Gets an iterator marking the end of the list. This iterator does not point to a valid item.
Gets the underlying C object.
XnBool xn::NodeInfoList::IsEmpty |
( |
| ) |
|
|
inline |
Iterator xn::NodeInfoList::RBegin |
( |
| ) |
const |
|
inline |
Gets an iterator to the last item in the list.
Iterator xn::NodeInfoList::REnd |
( |
| ) |
const |
|
inline |
Gets an iterator marking the start of the list. This iterator does not point to a valid item.
void xn::NodeInfoList::ReplaceUnderlyingObject |
( |
XnNodeInfoList * |
pList | ) |
|
|
inline |
Replaces the underlying object, taking ownership of the object (meaning, it will be freed upon destruction).
- Parameters
-
pList | [in] The list to wrap. |
The documentation for this class was generated from the following file: