5 V_ParamName(
const V_ParamName&);
6 V_ParamName(
const TQCString&);
7 V_ParamName & operator = (V_ParamName&);
8 V_ParamName & operator = (
const TQCString&);
9 bool operator ==(V_ParamName&);
10 bool operator !=(V_ParamName& x) {
return !(*
this==x);}
11 bool operator ==(
const TQCString& s) {V_ParamName a(s);
return(*
this==a);}
12 bool operator != (
const TQCString& s) {
return !(*
this == s);}
14 virtual ~V_ParamName();
15 void parse() {
if(!parsed_) _parse();parsed_=
true;assembled_=
false;}
17 void assemble() {
if(assembled_)
return;parse();_assemble();assembled_=
true;}