kdecore Library API Documentation

KRegExpPrivate Class Reference

Used internally by KRegExp. More...

#include <kregpriv.h>

List of all members.

Public Member Functions

 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)

Protected Attributes

regex_t m_pattern
regmatch_t m_matches [10]
char * m_strMatches [10]
bool m_bInit


Detailed Description

Used internally by KRegExp.

Definition at line 33 of file kregpriv.h.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdecore Library Version 3.4.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Sep 15 10:23:15 2005 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003