1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
&main.cpp:
main a0 "( int, char ** )"
&qaregexp.cpp:
&qaregexp.hpp:
QAREGEXP_HPP a0 ""
&qaregexperror.cpp:
&qaregexperror.hpp:
QAREGEXPERROR_HPP a0 ""
&qaregexpmatch.cpp:
&qaregexpmatch.hpp:
QAREGEXPMATCH_HPP a0 ""
&qaregexprange.cpp:
&qaregexprange.hpp:
QAREGEXPRANGE_HPP a0 ""
>QaRegExp: "class_qaregexp.html"
QaRegExp a0 "( const QString &r, bool c = true )"
QaRegExp a1 "( const QaRegExp &r )"
~QaRegExp a2 "()"
caseSensitive a3 "() const"
setCaseSensitive a4 "( bool s )"
match a5 "( const QString &s, int sub = 0 )"
matchMultiple a6 "( const QString &s, int sub = 0 )"
matchString a7 "( int sub = 0 )"
matchStrings a8 "()"
matchBeginning a9 "( int sub = 0 ) const"
matchEnd a10 "( int sub = 0 ) const"
matches a11 "() const"
split a12 "( const QString &s )"
subCount a13 "() const"
setExpression a14 "( const QString &r )"
operator = a15 "( const QaRegExp &r )"
>QaRegExpError: "class_qaregexperror.html"
RegExpCode a20 ""
NoErr a4 ""
BadPointer a5 ""
BadBackReference a6 ""
UnmatchedBrace a7 ""
UnmatchedBracket a8 ""
InvalidRange a9 ""
UnknownClass a10 ""
InvalidCollate a11 ""
UnmatchedParenthesis a12 ""
InvalidBackReference a13 ""
NonPosixError a14 ""
TrailingBackslash a15 ""
BadPattern a16 ""
BufferOverflow a17 ""
OutOfMemory a18 ""
UnknownError a19 ""
QaRegExpError a0 "( int err, const QString &s )"
~QaRegExpError a1 "()"
error a2 "() const"
errorCode a3 "() const"
>QaRegExpMatch: "class_qaregexpmatch.html"
QaRegExpMatch a0 "()"
QaRegExpMatch a1 "( const QString &s )"
QaRegExpMatch a2 "( const QString &s, const regmatch_t m[], int size )"
~QaRegExpMatch a3 "()"
appendMatch a4 "( const QaRegExpRange &r )"
toString a5 "()"
toString a6 "( int o )"
operator[] a7 "( int o ) const"
>QaRegExpRange: "class_qaregexprange.html"
QaRegExpRange a0 "()"
QaRegExpRange a1 "( int soffs, int eoffs )"
~QaRegExpRange a2 "()"
start a3 "() const"
end a4 "() const"
length a5 "() const"
setStart a6 "( int s )"
setEnd a7 "( int e )"
stringRange a8 "( const QString &s ) const"
operator += a9 "( int i )"
operator -= a10 "( int i )"
|