0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Public Member Functions | List of all members
Hypertable::StlAllocator< T, Impl > Struct Template Reference

Stl compatible memory allocator based on a PageArena. More...

#include <StlAllocator.h>

Inheritance diagram for Hypertable::StlAllocator< T, Impl >:
Inheritance graph
[legend]
Collaboration diagram for Hypertable::StlAllocator< T, Impl >:
Collaboration graph
[legend]

Classes

struct  rebind
 

Public Member Functions

template<typename U >
 StlAllocator (const PageArenaAllocator< U, StlArena > &other)
 
 StlAllocator ()
 
 StlAllocator (StlArena &arena)
 

Detailed Description

template<typename T, class Impl = PageArenaAllocator<T, StlArena>>
struct Hypertable::StlAllocator< T, Impl >

Stl compatible memory allocator based on a PageArena.

Definition at line 41 of file StlAllocator.h.

Constructor & Destructor Documentation

template<typename T , class Impl = PageArenaAllocator<T, StlArena>>
template<typename U >
Hypertable::StlAllocator< T, Impl >::StlAllocator ( const PageArenaAllocator< U, StlArena > &  other)
inline

Definition at line 43 of file StlAllocator.h.

template<typename T , class Impl = PageArenaAllocator<T, StlArena>>
Hypertable::StlAllocator< T, Impl >::StlAllocator ( )
inline

Definition at line 49 of file StlAllocator.h.

template<typename T , class Impl = PageArenaAllocator<T, StlArena>>
Hypertable::StlAllocator< T, Impl >::StlAllocator ( StlArena arena)
inline

Definition at line 50 of file StlAllocator.h.


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