#include <lexan.h>
Inheritance diagram for iRegExpCompiler:
Public Methods | |
virtual bool | Compile (char *regexp, iRegExp &re, unsigned int start=0, unsigned int end=0)=0 |
Compiles a character string into a regular expression. The compiled RE is placed in "re". | |
virtual unsigned int | GetError ()=0 |
Returns the last error. Only valid when Compile returns false. |