TextParam-generated.h
00001 // XXX Automatically generated. DO NOT EDIT! XXX // 00002 00003 public: 00004 TextParam(); 00005 TextParam(const TextParam&); 00006 TextParam(const TQCString&); 00007 TextParam & operator = (TextParam&); 00008 TextParam & operator = (const TQCString&); 00009 bool operator ==(TextParam&); 00010 bool operator !=(TextParam& x) {return !(*this==x);} 00011 bool operator ==(const TQCString& s) {TextParam a(s);return(*this==a);} 00012 bool operator != (const TQCString& s) {return !(*this == s);} 00013 00014 virtual ~TextParam(); 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 "TextParam"; } 00022 00023 // End of automatically generated code //