TelParam-generated.h
00001
00002
00003 public:
00004 TelParam();
00005 TelParam(const TelParam&);
00006 TelParam(const QCString&);
00007 TelParam & operator = (TelParam&);
00008 TelParam & operator = (const QCString&);
00009 bool operator ==(TelParam&);
00010 bool operator !=(TelParam& x) {return !(*this==x);}
00011 bool operator ==(const QCString& s) {TelParam a(s);return(*this==a);}
00012 bool operator != (const QCString& s) {return !(*this == s);}
00013
00014 virtual ~TelParam();
00015 void parse() {if(!parsed_) _parse();parsed_=true;assembled_=false;}
00016
00017 void assemble() {if(assembled_) return;parse();_assemble();assembled_=true;}
00018
00019 void _parse();
00020 void _assemble();
00021 const char * className() const { return "TelParam"; }
00022
00023
This file is part of the documentation for kabc Library Version 3.3.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Sep 23 17:13:01 2004 by
doxygen 1.3.8-20040913 written by
Dimitri van Heesch, © 1997-2003