VCF::Regex::Iterator Class Reference
A bi-directional iterator to simplify the regex interface.
More...
#include <RegExKit.h>
List of all members.
Detailed Description
A bi-directional iterator to simplify the regex interface.
ReverseIterator is also available.
Constructor & Destructor Documentation
| VCF::Regex::Iterator::Iterator |
( |
const Match * |
data = NULL |
) |
[inline] |
|
| VCF::Regex::Iterator::Iterator |
( |
const Iterator & |
rhs |
) |
[inline] |
|
Member Function Documentation
| const Match& VCF::Regex::Iterator::operator * |
( |
|
) |
const [inline] |
|
| bool VCF::Regex::Iterator::operator!= |
( |
const Iterator & |
rhs |
) |
const [inline] |
|
| Iterator VCF::Regex::Iterator::operator++ |
( |
int |
|
) |
|
|
| const Iterator& VCF::Regex::Iterator::operator++ |
( |
|
) |
|
|
| Iterator VCF::Regex::Iterator::operator-- |
( |
int |
|
) |
|
|
| const Iterator& VCF::Regex::Iterator::operator-- |
( |
|
) |
|
|
| const Match* VCF::Regex::Iterator::operator-> |
( |
|
) |
const [inline] |
|
| bool VCF::Regex::Iterator::operator== |
( |
const Iterator & |
rhs |
) |
const [inline] |
|
The documentation for this class was generated from the following file: