#include <kregpriv.h>
Used internally by KRegExp.
Definition at line 33 of file kregpriv.h.
◆ KRegExpPrivate() [1/2]
| KRegExpPrivate::KRegExpPrivate |
( |
| ) |
|
◆ KRegExpPrivate() [2/2]
| KRegExpPrivate::KRegExpPrivate |
( |
const char * | _pattern, |
|
|
const char * | _mode = "" ) |
◆ ~KRegExpPrivate()
| KRegExpPrivate::~KRegExpPrivate |
( |
| ) |
|
◆ compile()
| bool KRegExpPrivate::compile |
( |
const char * | _pattern, |
|
|
const char * | _mode = "" ) |
◆ group()
| const char * KRegExpPrivate::group |
( |
int | _grp | ) |
|
◆ groupEnd()
| int KRegExpPrivate::groupEnd |
( |
int | _grp | ) |
|
◆ groupStart()
| int KRegExpPrivate::groupStart |
( |
int | _grp | ) |
|
◆ match()
| bool KRegExpPrivate::match |
( |
const char * | _string | ) |
|
◆ m_bInit
| bool KRegExpPrivate::m_bInit |
|
protected |
◆ m_matches
| regmatch_t KRegExpPrivate::m_matches[10] |
|
protected |
◆ m_pattern
| regex_t KRegExpPrivate::m_pattern |
|
protected |
◆ m_strMatches
| char* KRegExpPrivate::m_strMatches[10] |
|
protected |
The documentation for this class was generated from the following files: