Container for a string. More...
#include <Memento_TextObject.h>
Public Attributes | |
char * | text |
The text object contained within this Memento_TextObject. | |
Container for a string.
Definition at line 16 of file Memento_TextObject.h.
char* text |
The text object contained within this Memento_TextObject.
Definition at line 18 of file Memento_TextObject.h.
Referenced by Memento_TextObject_Create(), Memento_TextObject_Destroy(), Memento_TextObject_GetText(), Memento_TextObject_SetText(), and Memento_TextObject_ToString().