BIOSIMZ::MGMT Namespace Reference


Classes

class  DefaultAlloc
struct  MemBlock
class  MemPool
class  PoolAlloc
class  Registry
class  Serializer

Typedefs

typedef vector< BIOSIMZ::INTERFACE::Displaceable * > DisplacedList

Enumerations

enum  MemBlockStatus { CONT = 0, TERM = 1 }


Detailed Description

Namespace for object management classes. In BioSimz a certain number of classes (thus their instances) that realise the Manageable interface will be assigned to centralised management of data, resources and access control. The management classes, including a Registry, a memory pool and a Serializer will do most of the coordination.


Typedef Documentation

typedef vector<BIOSIMZ::INTERFACE::Displaceable*> BIOSIMZ::MGMT::DisplacedList

Definition at line 65 of file DisplacedList.h.


Enumeration Type Documentation

enum BIOSIMZ::MGMT::MemBlockStatus

Enumeration of status of memory blocks. CONT means the memory is continuous at that block whereas TERM means this block is the last one of the current allocation (that doesn't necessarily mean it's the very last block since there may have been more than one allocations via increments).

Enumerator:
CONT 
TERM 

Definition at line 81 of file MemPool.h.


Generated on Sun May 13 15:04:19 2007 for The BioSimz Library by  doxygen 1.5.1