fw4spl
fwMemory::BufferAllocationPolicy Class Referenceabstract
+ Inheritance diagram for fwMemory::BufferAllocationPolicy:

Public Types

typedef std::shared_ptr< BufferAllocationPolicysptr
 
typedef size_t SizeType
 
typedef void * BufferType
 

Public Member Functions

virtual FWMEMORY_API void allocate (BufferType &buffer, SizeType size)=0
 
virtual FWMEMORY_API void reallocate (BufferType &buffer, SizeType size)=0
 
virtual FWMEMORY_API void destroy (BufferType &buffer)=0
 

Detailed Description

Definition at line 18 of file BufferAllocationPolicy.hpp.


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