summaryrefslogtreecommitdiffstats
path: root/tdeabc/vcard/include/generated/TextBinParam-generated.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeabc/vcard/include/generated/TextBinParam-generated.h')
-rw-r--r--tdeabc/vcard/include/generated/TextBinParam-generated.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/tdeabc/vcard/include/generated/TextBinParam-generated.h b/tdeabc/vcard/include/generated/TextBinParam-generated.h
new file mode 100644
index 000000000..37dc56e55
--- /dev/null
+++ b/tdeabc/vcard/include/generated/TextBinParam-generated.h
@@ -0,0 +1,23 @@
+// XXX Automatically generated. DO NOT EDIT! XXX //
+
+public:
+TextBinParam();
+TextBinParam(const TextBinParam&);
+TextBinParam(const TQCString&);
+TextBinParam & operator = (TextBinParam&);
+TextBinParam & operator = (const TQCString&);
+bool operator ==(TextBinParam&);
+bool operator !=(TextBinParam& x) {return !(*this==x);}
+bool operator ==(const TQCString& s) {TextBinParam a(s);return(*this==a);}
+bool operator != (const TQCString& s) {return !(*this == s);}
+
+virtual ~TextBinParam();
+void parse() {if(!parsed_) _parse();parsed_=true;assembled_=false;}
+
+void assemble() {if(assembled_) return;parse();_assemble();assembled_=true;}
+
+void _parse();
+void _assemble();
+const char * className() const { return "TextBinParam"; }
+
+// End of automatically generated code //