VCF::Regex::Ascii Class Reference
Regex engine for Ascii text. More...
#include <RegExKit.h>
Inheritance diagram for VCF::Regex::Ascii:

Public Member Functions | |
| Ascii (const String &expression, unsigned char *first, unsigned char *last, OnigSyntaxType *syntax=ONIG_SYNTAX_DEFAULT) | |
| Standard constructor. | |
| Ascii (const String &expression, const String &source, OnigSyntaxType *syntax=ONIG_SYNTAX_DEFAULT) | |
| Alternate constructor using a String to denote the search range. | |
Protected Member Functions | |
| virtual int | init () |
| virtual unsigned int | characterWidth (const ptrdiff_t &pos) const |
Detailed Description
Regex engine for Ascii text.After creating this object, always call compile() immediately.
- See also:
- Host
Constructor & Destructor Documentation
|
||||||||||||||||||||
|
Standard constructor. It is the user's responsibility to ensure that the data in the search range remains valid for the lifetime of the Ascii object.
|
|
||||||||||||||||
|
Alternate constructor using a String to denote the search range. It is the user's responsibility to ensure that the String object remains valid for the lifetime of the Ascii object.
|
Member Function Documentation
|
|
Implements VCF::Regex::Host. |
|
|
Implements VCF::Regex::Host. |
The documentation for this class was generated from the following file:
- vcf/RegExKit/RegExKit.h
