FixedBufferMemory< SIZE, PARENT_ALLOCATOR, CHECK_ALLOCATION > Struct Template Reference
#include <fixedbufferallocator.h>
公共成员函数 |
|
FixedBufferMemory ( Bool used=false) | |
FixedBufferMemory (const PARENT_ALLOCATOR &a) | |
void | SetMemoryUsed ( Bool used) |
Bool | IsMemoryUsed () const |
Public Attributes |
|
Char | buffer [SIZE] |
Private Attributes |
|
Bool | memoryUsed |
|
explicit |
|
explicit |
void SetMemoryUsed | ( | Bool | used | ) |
Bool IsMemoryUsed | ( | ) | const |
Char buffer[SIZE] |
|
private |