Stores dynamically allocated strings (used by the scanners), so that, later on, we can easily free all the memory for these strings. More...
#include <stringtable.h>
Inherits std::list< std::string * >.
Public Member Functions | |
std::string * | newString (const std::string &s) |
Stores dynamically allocated strings (used by the scanners), so that, later on, we can easily free all the memory for these strings.