|
| ||||||||||||
Used internally by KRegExp.
| KRegExpPrivate ()
| KRegExpPrivate |
| KRegExpPrivate ( const char *_pattern, const char *_mode = "" )
| KRegExpPrivate |
| ~KRegExpPrivate ()
| ~KRegExpPrivate |
| bool compile ( const char *_pattern, const char *_mode = "" )
| compile |
| bool match ( const char *_string )
| match |
| const char * group ( int _grp )
| group |
| int groupStart ( int _grp )
| groupStart |
| int groupEnd ( int _grp )
| groupEnd |
| regex_t m_pattern | m_pattern |
[protected]
| regmatch_t m_matches[ 10 ] | m_matches[ 10 ] |
[protected]
| char* m_strMatches[10] | m_strMatches[10] |
[protected]
| bool m_bInit | m_bInit |
[protected]