
Public Member Functions | |
| CharClass () | |
| CharClass (const CharClass &cc) | |
| CharClass & | operator= (const CharClass &cc) |
| void | clear () |
| bool | negative () const |
| void | setNegative (bool negative) |
| void | addCategories (int cats) |
| void | addRange (ushort from, ushort to) |
| void | addSingleton (ushort ch) |
| bool | in (QChar ch) const |
| const QArray< int > & | firstOccurrence () const |
| CharClass () | |
| CharClass (const CharClass &cc) | |
| CharClass & | operator= (const CharClass &cc) |
| void | clear () |
| bool | negative () const |
| void | setNegative (bool negative) |
| void | addCategories (int cats) |
| void | addRange (ushort from, ushort to) |
| void | addSingleton (ushort ch) |
| bool | in (QChar ch) const |
| const QMemArray< int > & | firstOccurrence () const |
Private Attributes | |
| int | c |
| QArray< Range > | r |
| bool | n |
| QArray< int > | occ1 |
| QMemArray< Range > | r |
| QMemArray< int > | occ1 |
Classes | |
| struct | Range |
|
|
Definition at line 2113 of file qregexp3.cpp. |
|
|
Definition at line 812 of file qregexp3.cpp. References operator=(). |
|
|
|
|
|
Definition at line 867 of file qregexp.cpp. References operator=(). |
|
|
|
|
|
Definition at line 2148 of file qregexp3.cpp. References c, firstOccurrenceAtZero, and occ1. Referenced by QRegExpEngine::getEscape(). |
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 2156 of file qregexp3.cpp. References firstOccurrenceAtZero, n, NumBadChars, occ1, qSwap(), and r. Referenced by addSingleton(), QRegExpEngine::getEscape(), and QRegExpEngine::getToken(). |
|
|
Definition at line 876 of file qregexp.cpp. References addRange(). |
|
|
Definition at line 821 of file qregexp3.cpp. References addRange(). Referenced by QRegExpEngine::getToken(). |
|
|
|
|
|
Definition at line 2133 of file qregexp3.cpp. References c, FALSE, n, and r. Referenced by QRegExpEngine::getToken(). |
|
|
Definition at line 880 of file qregexp.cpp. References occ1. |
|
|
Definition at line 825 of file qregexp3.cpp. References occ1. Referenced by QRegExpEngine::Box::set(). |
|
|
|
|
|
Definition at line 2185 of file qregexp3.cpp. References BadChar, c, n, NoOccurrence, occ1, and r. Referenced by QRegExpEngine::matchHere(). |
|
|
Definition at line 872 of file qregexp.cpp. References n. |
|
|
Definition at line 817 of file qregexp3.cpp. References n. Referenced by QRegExpEngine::matchHere(). |
|
|
|
|
|
Definition at line 2121 of file qregexp3.cpp. Referenced by CharClass(). |
|
|
|
|
|
Definition at line 2140 of file qregexp3.cpp. References firstOccurrenceAtZero, n, and occ1. Referenced by QRegExpEngine::getToken(). |
|
|
Definition at line 898 of file qregexp.cpp. Referenced by addCategories(), clear(), in(), and operator=(). |
|
|
Definition at line 900 of file qregexp.cpp. Referenced by addRange(), clear(), in(), negative(), operator=(), and setNegative(). |
|
|
Definition at line 902 of file qregexp.cpp. |
|
|
Definition at line 847 of file qregexp3.cpp. Referenced by addCategories(), addRange(), firstOccurrence(), in(), operator=(), and setNegative(). |
|
|
Definition at line 899 of file qregexp.cpp. |
|
|
Definition at line 844 of file qregexp3.cpp. Referenced by addRange(), clear(), in(), and operator=(). |
1.4.2