class KRegExpPrivate

KRegExp. More...

Internal Use Only
Definition#include <kregpriv.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Members


Detailed Description

Used internally by KRegExp.

 KRegExpPrivate ()

 KRegExpPrivate ( const char *_pattern, const char *_mode = "" )

 ~KRegExpPrivate ()

bool  compile ( const char *_pattern, const char *_mode = "" )

bool  match ( const char *_string )

const char * group ( int _grp )

int  groupStart ( int _grp )

int  groupEnd ( int _grp )

regex_t m_pattern

[protected: ]

regmatch_t m_matches[ 10 ]

[protected: ]

char* m_strMatches[10]

[protected: ]

bool m_bInit

[protected: ]