#include <allocator.h>
|
virtual unsigned char * | allocate (unsigned int size)=0 |
|
Definition at line 12 of file allocator.h.
◆ ~Allocator()
virtual Allocator::~Allocator |
( |
| ) |
|
|
inlinevirtual |
◆ allocate() [1/2]
template<typename T >
T* Allocator::allocate |
( |
unsigned int |
nr = 1 | ) |
|
|
inline |
◆ allocate() [2/2]
virtual unsigned char* Allocator::allocate |
( |
unsigned int |
size | ) |
|
|
protectedpure virtual |
◆ printSize()
virtual void Allocator::printSize |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: