Lista de todos los miembros.
Clases |
struct | AnchorAlternation |
struct | Atom |
class | Box |
class | CharClass |
struct | Lookahead |
struct | State |
Métodos públicos |
| QRegExpEngine (bool caseSensitive) |
| QRegExpEngine (const QString &rx, bool caseSensitive) |
| ~QRegExpEngine () |
bool | isValid () const |
bool | caseSensitive () const |
const QString & | errorString () const |
int | numCaptures () const |
void | match (const QString &str, int pos, bool minimal, bool oneTest, int caretIndex, QMemArray< int > &captured) |
int | partialMatchLength () const |
int | createState (QChar ch) |
int | createState (const CharClass &cc) |
int | createState (int bref) |
void | addCatTransitions (const QMemArray< int > &from, const QMemArray< int > &to) |
void | addPlusTransitions (const QMemArray< int > &from, const QMemArray< int > &to, int atom) |
int | anchorAlternation (int a, int b) |
int | anchorConcatenation (int a, int b) |
void | addAnchors (int from, int to, int a) |
void | heuristicallyChooseHeuristic () |
Amigas |
class | Box |
Documentación del constructor y destructor
QRegExpEngine::QRegExpEngine |
( |
bool |
caseSensitive | ) |
[inline] |
QRegExpEngine::QRegExpEngine |
( |
const QString & |
rx, |
|
|
bool |
caseSensitive |
|
) |
| |
QRegExpEngine::~QRegExpEngine |
( |
| ) |
|
Documentación de las funciones miembro
void QRegExpEngine::addAnchors |
( |
int |
from, |
|
|
int |
to, |
|
|
int |
a |
|
) |
| |
int QRegExpEngine::anchorAlternation |
( |
int |
a, |
|
|
int |
b |
|
) |
| |
int QRegExpEngine::anchorConcatenation |
( |
int |
a, |
|
|
int |
b |
|
) |
| |
bool QRegExpEngine::caseSensitive |
( |
| ) |
const [inline] |
int QRegExpEngine::createState |
( |
int |
bref | ) |
|
int QRegExpEngine::createState |
( |
QChar |
ch | ) |
|
const QString& QRegExpEngine::errorString |
( |
| ) |
const [inline] |
void QRegExpEngine::heuristicallyChooseHeuristic |
( |
| ) |
|
bool QRegExpEngine::isValid |
( |
void |
| ) |
const [inline] |
int QRegExpEngine::numCaptures |
( |
| ) |
const [inline] |
int QRegExpEngine::partialMatchLength |
( |
| ) |
const [inline] |
Documentación de las funciones relacionadas y clases amigas
friend class Box [friend] |
La documentación para esta clase fue generada a partir del siguiente fichero: