30 #include <rdbxx/RDBErr.h> 38 friend istream& operator>>( istream& is,
RDBComment& rdbcomment );
41 friend ostream& operator<<( ostream& os,
const RDBComment& rdbcomment );
57 const RDBComment& operator=(
const string& rdbcomment );
62 void setComment(
const string& comment );
65 void setCommentText(
const string& comment );
67 void setKeyword(
const string& keyword );
69 void setValue(
const string& value );
74 string getComment(
void )
const;
77 string getCommentText(
void )
const;
79 string getKeyword(
void )
const;
81 string getValue(
void )
const;