OpenNI 1.5.4: XnLinkedNodeDefaultAllocatorT< T > Class Template Reference

OpenNI

XnLinkedNodeDefaultAllocatorT< T > Class Template Reference

#include <XnListT.h>

List of all members.

Public Types

typedef XnLinkedNodeT< T > LinkedNode

Static Public Member Functions

static LinkedNodeAllocate (T const &value)
static void Deallocate (LinkedNode *pNode)

Detailed Description

template<class T>
class XnLinkedNodeDefaultAllocatorT< T >

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.

Template Parameters:
Tthe type of value in the list.

Member Typedef Documentation

template<class T >
typedef XnLinkedNodeT<T> XnLinkedNodeDefaultAllocatorT< T >::LinkedNode

Member Function Documentation

template<class T >
static LinkedNode* XnLinkedNodeDefaultAllocatorT< T >::Allocate ( T const &  value) [inline, static]
template<class T >
static void XnLinkedNodeDefaultAllocatorT< T >::Deallocate ( LinkedNode pNode) [inline, static]

The documentation for this class was generated from the following file:
Generated on Wed May 16 2012 10:16:06 for OpenNI 1.5.4 by   doxygen 1.7.5.1