#include <fixedbufferallocator.h>

Public Member Functions | |
| 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 |