ost::StringObject Class Reference
The
StringObject class is used to derive subclasses that use the
String managed memory pool for all space allocations by overriding new and delete operators.
More...
#include <string.h>
List of all members.
|
Public Member Functions |
void * | operator new (size_t size) NEW_THROWS |
| Create a new object in string managed space.
|
void | operator delete (void *obj) |
| Delete object from string managed space.
|
Detailed Description
The
StringObject class is used to derive subclasses that use the
String managed memory pool for all space allocations by overriding new and delete operators.
Due to size limits, StringObject should not hold very large objects.
- Author:
- David Sugar <dyfet@ostel.com> Objects managed in reusable String memory pools
Member Function Documentation
void* ost::StringObject::operator new |
( |
size_t |
size |
) |
|
Create a new object in string managed space.
void ost::StringObject::operator delete |
( |
void * |
obj |
) |
|
Delete object from string managed space.
The documentation for this class was generated from the following file: