My Project
Classes | Public Types | Public Member Functions | List of all members
ParaEngine::StackAllocator< T, stack_capacity > Class Template Reference
Inheritance diagram for ParaEngine::StackAllocator< T, stack_capacity >:

Classes

struct  rebind
 
struct  Source
 

Public Types

typedef std::allocator< T >::pointer pointer
 
typedef std::allocator< T >::size_type size_type
 

Public Member Functions

 StackAllocator (const StackAllocator< T, stack_capacity > &rhs)
 
template<typename U , size_t other_capacity>
 StackAllocator (const StackAllocator< U, other_capacity > &other)
 
 StackAllocator (Source *source)
 
pointer allocate (size_type n, void *hint=0)
 
void deallocate (pointer p, size_type n)
 

The documentation for this class was generated from the following file: