44 ISstream
Sin(cin,
"Sin");
45 prefixOSstream
Sout(cout,
"Sout");
46 OSstream
Serr(cerr,
"Serr");
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
static const versionNumber currentVersion
Current version number.
static unsigned int precision_
Default precision.
Version of OSstream which prints a prefix on each line.
int infoSwitch(const char *name, const int defaultValue=0)
Lookup info switch or add default value.
prefixOSstream Perr(cerr, "Perr")
OFstream Snull
Global predefined null output stream "/dev/null".
prefixOSstream Pout(cout, "Pout")
OSstream Serr(cerr, "Serr")
prefixOSstream Sout(cout, "Sout")