$search

lockfree::detail::SPAllocator< void > Class Template Reference

#include <object_pool.h>

List of all members.

Classes

struct  rebind

Public Types

typedef const void * const_pointer
typedef void * pointer
typedef void value_type

Public Member Functions

SPStorageget_block () const
FreeListget_pool () const
uint32_t get_used () const
template<class U >
 SPAllocator (const SPAllocator< U > &u) throw ()
 SPAllocator (FreeList *pool, SPStorage *block) throw ()

Private Attributes

SPStorageblock_
FreeListpool_
uint32_t used_

Detailed Description

template<>
class lockfree::detail::SPAllocator< void >

Definition at line 56 of file object_pool.h.


Member Typedef Documentation

typedef const void* lockfree::detail::SPAllocator< void >::const_pointer

Definition at line 60 of file object_pool.h.

typedef void* lockfree::detail::SPAllocator< void >::pointer

Definition at line 59 of file object_pool.h.

Definition at line 62 of file object_pool.h.


Constructor & Destructor Documentation

lockfree::detail::SPAllocator< void >::SPAllocator ( FreeList pool,
SPStorage block 
) throw () [inline]

Definition at line 70 of file object_pool.h.

template<class U >
lockfree::detail::SPAllocator< void >::SPAllocator ( const SPAllocator< U > &  u  )  throw () [inline]

Definition at line 78 of file object_pool.h.


Member Function Documentation

SPStorage* lockfree::detail::SPAllocator< void >::get_block (  )  const [inline]

Definition at line 85 of file object_pool.h.

FreeList* lockfree::detail::SPAllocator< void >::get_pool (  )  const [inline]

Definition at line 87 of file object_pool.h.

uint32_t lockfree::detail::SPAllocator< void >::get_used (  )  const [inline]

Definition at line 86 of file object_pool.h.


Member Data Documentation

Definition at line 90 of file object_pool.h.

Definition at line 92 of file object_pool.h.

uint32_t lockfree::detail::SPAllocator< void >::used_ [private]

Definition at line 91 of file object_pool.h.


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


lockfree
Author(s): Josh Faust
autogenerated on Sat Mar 2 13:21:12 2013