kabc Library API Documentation

ParamName-generated.h

00001 // XXX Automatically generated. DO NOT EDIT! XXX // 00002 00003 public: 00004 V_ParamName(); 00005 V_ParamName(const V_ParamName&); 00006 V_ParamName(const QCString&); 00007 V_ParamName & operator = (V_ParamName&); 00008 V_ParamName & operator = (const QCString&); 00009 bool operator ==(V_ParamName&); 00010 bool operator !=(V_ParamName& x) {return !(*this==x);} 00011 bool operator ==(const QCString& s) {V_ParamName a(s);return(*this==a);} 00012 bool operator != (const QCString& s) {return !(*this == s);} 00013 00014 virtual ~V_ParamName(); 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 00022 // End of automatically generated code //
KDE Logo
This file is part of the documentation for kabc Library Version 3.3.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Sep 29 09:42:00 2004 by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2003