Allocate strings in blocks. More...
Derived from: | None |
Derived by: | None |
Group: | Text (Core) |
#include <ClanLib/core.h>
Class Members:
Construction: | |
| |
Alloc. | |
Alloc8. | |
Alloc16. | |
Clear. |
Detailed description:
This class allows you to efficiently allocate strings. Instead of using the default new operator, this class allocates string data in blocks. The temporary strings returned by the class remain valid as long as the CL_StringAllocator stays valid, or until clear() is called.