srchilite::StringTable Class Reference
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 *>.
List of all members.
|
Public Member Functions |
std::string * | newString (const std::string &s) |
Detailed Description
Stores dynamically allocated strings (used by the scanners), so that, later on, we can easily free all the memory for these strings.
The documentation for this class was generated from the following files: