

Public Member Functions | |
| regexp (LPCTSTR exp, BOOL iCase) | |
| regexp (const regexp &r) | |
| ~regexp () | |
| void | ignoreCase (const TCHAR *in, TCHAR *out) |
| bool | regcomp (LPCTSTR exp) |
| bool | regexec (LPCTSTR string) |
| bool | Status () const |
| CString | GetReplaceString (const TCHAR *sReplaceExp) const |
| regexp * | getCopy () |
| regexp (LPCTSTR exp, BOOL iCase) | |
| regexp (const regexp &r) | |
| ~regexp () | |
| void | ignoreCase (const TCHAR *in, TCHAR *out) |
| bool | regcomp (LPCTSTR exp) |
| bool | regexec (LPCTSTR string) |
| bool | Status () const |
| CString | GetReplaceString (const TCHAR *sReplaceExp) const |
| regexp * | getCopy () |
Friends | |
| class | CRegExecutor |
| class | Regexp |
Definition at line 301 of file BONExtender/Regexp.cpp.
| regexp::regexp | ( | LPCTSTR | exp, | |
| BOOL | iCase | |||
| ) |
Definition at line 488 of file BONExtender/Regexp.cpp.
| regexp::regexp | ( | const regexp & | r | ) |
Definition at line 517 of file BONExtender/Regexp.cpp.
| regexp::~regexp | ( | ) |
Definition at line 543 of file BONExtender/Regexp.cpp.
| regexp::regexp | ( | LPCTSTR | exp, | |
| BOOL | iCase | |||
| ) |
| regexp::regexp | ( | const regexp & | r | ) |
| regexp::~regexp | ( | ) |
| regexp* regexp::getCopy | ( | ) |
| regexp * regexp::getCopy | ( | ) |
Definition at line 634 of file BONExtender/Regexp.cpp.
| CString regexp::GetReplaceString | ( | const TCHAR * | sReplaceExp | ) | const |
| CString regexp::GetReplaceString | ( | const TCHAR * | sReplaceExp | ) | const |
Definition at line 1640 of file BONExtender/Regexp.cpp.
| void regexp::ignoreCase | ( | const TCHAR * | in, | |
| TCHAR * | out | |||
| ) |
| void regexp::ignoreCase | ( | const TCHAR * | in, | |
| TCHAR * | out | |||
| ) |
Definition at line 1613 of file BONExtender/Regexp.cpp.
| bool regexp::regcomp | ( | LPCTSTR | exp | ) |
| bool regexp::regcomp | ( | LPCTSTR | exp | ) |
Definition at line 564 of file BONExtender/Regexp.cpp.
| bool regexp::regexec | ( | LPCTSTR | string | ) |
| bool regexp::regexec | ( | LPCTSTR | string | ) |
Definition at line 1069 of file BONExtender/Regexp.cpp.
| bool regexp::Status | ( | ) | const [inline] |
Definition at line 328 of file MetaInterpreter/Regexp.cpp.
| bool regexp::Status | ( | ) | const [inline] |
Definition at line 328 of file BONExtender/Regexp.cpp.
CRegExecutor [friend] |
Definition at line 303 of file BONExtender/Regexp.cpp.
Regexp [friend] |
Reimplemented from CRegErrorHandler.
Definition at line 304 of file BONExtender/Regexp.cpp.
1.6.3