Go to the documentation of this file.
45 ISstream
Sin(cin,
"Sin");
46 OSstream
Sout(cout,
"Sout");
47 OSstream
Serr(cerr,
"Serr");
48 OFstream
Snull(
"/dev/null");
50 prefixOSstream
Pout(cout,
"Pout");
51 prefixOSstream
Perr(cerr,
"Perr");
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
OFstream Snull
Global predefined null output stream "/dev/null".
int infoSwitch(const char *name, const int defaultValue=0)
Lookup info switch or add default value.
prefixOSstream Perr(cerr, "Perr")
static unsigned int precision_
Default precision.
static const versionNumber currentVersion
Current version number.
OSstream Serr(cerr, "Serr")
static const versionNumber originalVersion
Original version number.
prefixOSstream Pout(cout, "Pout")
OSstream Sout(cout, "Sout")