GCpp::FixedSizeAllocatorManager Class Reference

Manager class. More...

#include <fixed_size_allocator.hpp>

List of all members.

Static Public Member Functions

static bool contains (void *p_block)
 pointer ownership

Friends

class FixedSizeAllocator
 forward


Detailed Description

Manager class.

Keeps track of all instantiated fixed size allocators

Definition at line 26 of file fixed_size_allocator.hpp.


Member Function Documentation

bool FixedSizeAllocatorManager::contains ( void *  p_block  )  [static]

pointer ownership

Checks if the given pointer references a block from one of the known allocators.

Parameters:
p_block pointer to check
Returns:
true = yes, false = no

Definition at line 19 of file fixed_size_allocator.cxx.

Referenced by GCpp::GCBasePointer::fetch_state().


The documentation for this class was generated from the following files:
Generated on Thu Dec 27 14:02:00 2007 for GC++ by  doxygen 1.5.4