28 #include "ParFileException.h" 55 operator char* ( )
const {
return buffer; }
57 operator char** ( )
const {
return buffer_argv; }
61 void print( ostream& os );
Definition: ParFileException.h:33
static void verify_mode(const string &str)
Definition: ParTxt.cc:127
friend ostream & operator<<(ostream &os, ParTxt &par)
This operator outputs the contents of the object.
Definition: ParTxt.h:34
A class to handle the Param library specific string manipulation.
Definition: ParTxt.h:31