1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta name="robots" content="noindex">
<title>QaRegExpMatch Include File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body bgcolor="#ffffff">
<center><a href="annotated.html">Compound list</a> <a href="files.html">File list</a> <a href="headers.html">Header files</a> <a href="functions.html">Compound Members</a> <a href="globals.html">File Members</a>
</center><hr>
<h1>qaregexpmatch.hpp</h1>
This is the verbatim text of the qaregexpmatch.hpp include file.<hr><div class="fragment"><pre>//
// $Id: qaregexpmatch.hpp,v 1.3 1999/07/19 02:36:55 amos Exp $
//
// Definition of QaRegExpMatch class
//
// Jan Borsodi <amos@ez.no>
// Created on: <15-Jul-1999 13:53:16 amos>
//
#ifndef QAREGEXPMATCH_HPP
#define QAREGEXPMATCH_HPP
#include "<a class="el" href="qaregexprange.hpp.html">qaregexprange.hpp</a>"
#include <regex.h>
#include <qstring.h>
#include <qstringlist.h>
#include <qvaluelist.h>
class <a class="el" href="class_qaregexpmatch.html">QaRegExpMatch</a>
{
public:
<a class="el" href="class_qaregexpmatch.html#a2">QaRegExpMatch</a>();
<a class="el" href="class_qaregexpmatch.html#a2">QaRegExpMatch</a>( const <a class="el" doxygen="qt.tag:/usr/lib/qt/doc/" href="/usr/lib/qt/doc/qstring.html">QString</a> &s );
<a class="el" href="class_qaregexpmatch.html#a2">QaRegExpMatch</a>( const <a class="el" doxygen="qt.tag:/usr/lib/qt/doc/" href="/usr/lib/qt/doc/qstring.html">QString</a> &s, const regmatch_t m[], int size );
<a class="el" href="class_qaregexpmatch.html#a3">~QaRegExpMatch</a>();
void appendMatch( const <a class="el" href="class_qaregexprange.html">QaRegExpRange</a> &r );
const <a class="el" doxygen="qt.tag:/usr/lib/qt/doc/" href="/usr/lib/qt/doc/qstringlist.html">QStringList</a> &toString();
const <a class="el" doxygen="qt.tag:/usr/lib/qt/doc/" href="/usr/lib/qt/doc/qstring.html">QString</a> &toString( int o );
const <a class="el" href="class_qaregexprange.html">QaRegExpRange</a> &operator[]( int o ) const;
private:
<a class="el" doxygen="qt.tag:/usr/lib/qt/doc/" href="/usr/lib/qt/doc/qvaluelist.html">QValueList</a><<a class="el" href="class_qaregexprange.html">QaRegExpRange</a>> Matches;
<a class="el" doxygen="qt.tag:/usr/lib/qt/doc/" href="/usr/lib/qt/doc/qarray.html">QArray</a><bool> Calc;
<a class="el" doxygen="qt.tag:/usr/lib/qt/doc/" href="/usr/lib/qt/doc/qstringlist.html">QStringList</a> List;
<a class="el" doxygen="qt.tag:/usr/lib/qt/doc/" href="/usr/lib/qt/doc/qstring.html">QString</a> String;
};
#endif // QAREGEXPMATCH_HPP
</div></pre><hr><address><small>Generated at Mon Aug 16 02:11:02 1999 for QaRegExp by <a href="http://www.stack.nl/~dimitri/doxygen/index.html"><img src="doxygen.gif" alt="doxygen" align=center border=0 width=118 height=53></a> written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>, © 1997-1998</small></address>
</body>
</html>
|