kabc Library API Documentation

TelValue-generated.h

00001 // XXX Automatically generated. DO NOT EDIT! XXX //
00002 
00003 public:
00004 TelValue();
00005 TelValue(const TelValue&);
00006 TelValue(const QCString&);
00007 TelValue & operator = (TelValue&);
00008 TelValue & operator = (const QCString&);
00009 bool operator ==(TelValue&);
00010 bool operator !=(TelValue& x) {return !(*this==x);}
00011 bool operator ==(const QCString& s) {TelValue a(s);return(*this==a);} 
00012 bool operator != (const QCString& s) {return !(*this == s);}
00013 
00014 virtual ~TelValue();
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 "TelValue"; }
00022 
00023 // End of automatically generated code           //
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.0.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Oct 8 12:22:08 2003 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2001