Source-highlight Library
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

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: