ost::StringObject(3) | Library Functions Manual | ost::StringObject(3) |
ost::StringObject - 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.
#include <string.h>
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.
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:
Delete object from string managed space.
Create a new object in string managed space.
Generated automatically by Doxygen for GNU CommonC++ from the source code.
Wed Oct 31 2018 | GNU CommonC++ |