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>
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.
Delete object from string managed space.
Create a new object in string managed space.