The string plus a bool telling us if this string was copied or not. More...
#include <StringTable.h>
Public Attributes | |
char * | str |
bool | b |
The string plus a bool telling us if this string was copied or not.
Definition at line 26 of file StringTable.h.
bool StrAndBool::b |
Definition at line 29 of file StringTable.h.
char* StrAndBool::str |
Definition at line 28 of file StringTable.h.