VCF::Regex Namespace Reference
Classes | |
| class | Match |
| Contains details of matches found during regex searches, namely the regex object that performed the search, the position in which the match was made and the exact text that triggered the match. More... | |
| class | Iterator |
| A bi-directional iterator to simplify the regex interface. More... | |
| class | Host |
| Base class for performing regex searches. More... | |
| class | Ascii |
| Regex engine for Ascii text. More... | |
| class | UTF_16LE |
| Regex engine for UTF-16LE text. More... | |
Typedefs | |
| typedef std::set< Match > | MatchList |
| typedef std::reverse_iterator< Iterator > | ReverseIterator |
Typedef Documentation
|
|
|
|
|
|
