OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Static temporary fixed buffer, provides fast temporary buffer, for use in functions. More...
#include <owl/private/memory.h>
Protected Member Functions | |
TTmpBufferBase (int size) | |
~TTmpBufferBase () | |
Protected Attributes | |
void * | Buffer |
int | Index |
Static temporary fixed buffer, provides fast temporary buffer, for use in functions.
For example:
|
protected |
Definition at line 177 of file memory.cpp.
References COUNTOF, and PRECONDITION.
|
protected |
Definition at line 200 of file memory.cpp.