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>
Inheritance diagram for srchilite::StringTable:
Collaboration diagram for srchilite::StringTable:
Public Member Functions
std::string * newString (const std::string &s)
Public Attributes
T elements
STL member.
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:
- /home/bettini/work/source-highlight/src-highlite/lib/srchilite/stringtable.h
- /home/bettini/work/source-highlight/src-highlite/lib/srchilite/stringtable.cpp