Base class for the GParser.TGParser class (The TGParser class exposes the properties of the TGCustomParser class).
The TGCustomParser class tokenizes a string, in other words it parses a string for a series of tokens separated by delimiters (such as spaces). The TGCustomParser class serves as a base class for tokenizing strings, other classes can descend from this class for their special parsing needs.
|