#include <CommentPar.h>
Public Member Functions | |
CommentPar (const CommentPar &par) | |
CommentPar (ParTxt &par) throw ( ParFileException ) | |
void | plist (ostream &os) const |
void | set_val (const string &str) throw ( ParFileException, Exception ) |
Definition at line 35 of file CommentPar.h.
CommentPar::CommentPar | ( | const CommentPar & | par | ) | [inline] |
The copy constructor.
Definition at line 46 of file CommentPar.h.
void CommentPar::plist | ( | ostream & | os | ) | const [inline, virtual] |
Since commentPar does not have the `name = val prompt' format.
Reimplemented from Par.
Definition at line 58 of file CommentPar.h.
References Par::print().