kdecore Library API Documentation

KRegExpPrivate Class Reference

Used internally by KRegExp. More...

#include <kregpriv.h>

List of all members.

Public Member Functions

 KRegExpPrivate (const char *_pattern, const char *_mode="")
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 kdelibs Version 3.1.4.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Sun Feb 27 22:14:51 2005 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2001