Name-generated.h
00001
00002
00003 public:
00004 V_Name();
00005 V_Name(const V_Name&);
00006 V_Name(const QCString&);
00007 V_Name & operator = (V_Name&);
00008 V_Name & operator = (const QCString&);
00009 bool operator ==(V_Name&);
00010 bool operator !=(V_Name& x) {return !(*this==x);}
00011 bool operator ==(const QCString& s) {V_Name a(s);return(*this==a);}
00012 bool operator != (const QCString& s) {return !(*this == s);}
00013
00014 virtual ~V_Name();
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
This file is part of the documentation for kdelibs Version 3.1.0.