#include <stringsholder.h>
Public Member Functions | |
char * | add (const char *text) |
void | delete_strings () |
Private Attributes | |
vector< char * > | strings |
|
Adds a string to the holder.
|
|
Garbage collector that clears all memory allocated for the string copies. |
|
The string copies kept. |