#include <XnListT.h>
List of all members.
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:
-
| T | the type of value in the list. |
Member Typedef Documentation
Member Function Documentation
The documentation for this class was generated from the following file: