VCF::RegExKit Class Reference
#include <RegExKit.h>
Public Types | |
| enum | Syntax { sDefault = 0, sASIS, sBasicPosix, sExtendedPosix, sEmacs, sGrep, sGnu, sJava, sPerl, sPerlNG, sRuby } |
Static Public Member Functions | |
| static void | init (int argc, char **argv) |
| static void | terminate () |
| static Syntax | setDefaultSyntax (const Syntax &syntax) |
| Sets the syntax selected automatically by the RegExKit if host objects are constructed with the sDefault syntax. | |
| static Syntax | getDefaultSyntax () |
| Determines which syntax the RegEx uses by default. | |
Member Enumeration Documentation
|
|
|
Member Function Documentation
|
|
Determines which syntax the RegEx uses by default. This can be changed by setDefaultSyntax.
|
|
||||||||||||
|
|
|
|
Sets the syntax selected automatically by the RegExKit if host objects are constructed with the sDefault syntax. The initial default is sRuby.
|
|
|
|
The documentation for this class was generated from the following file:
- vcf/RegExKit/RegExKit.h
