EvolvingObjects
Tree_alloc< T > Class Template Reference

List of all members.

Public Member Functions

T * allocate (size_t arity)
T * construct (size_t arity, T *org)
void deallocate (T *t, size_t arity)

Static Private Attributes

static MemPool mem1 = sizeof(T)
static MemPool mem2 = sizeof(T) * 2
static MemPool mem3 = sizeof(T) * 3

Detailed Description

template<class T>
class Tree_alloc< T >

Definition at line 181 of file node_pool.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends