![]() |
OpenNI 1.5.4
|
#include <XnListT.h>
Public Types | |
typedef XnLinkedNodeT< T > | LinkedNode |
Static Public Member Functions | |
static LinkedNode * | Allocate (T const &value) |
static void | Deallocate (LinkedNode *pNode) |
A default allocator for nodes in the linked list. The default allocator calls 'new' for allocating new nodes and 'delete' for deallocating them.
For information on how to use allocator, see XnListT.
T | the type of value in the list. |
typedef XnLinkedNodeT<T> XnLinkedNodeDefaultAllocatorT< T >::LinkedNode |
|
inlinestatic |
|
inlinestatic |