|
SIMLIB/C++ 3.09
|
Printing - like printf. More...

Go to the source code of this file.
Classes | |
| class | simlib3::_FileWrap |
Namespaces | |
| namespace | simlib3 |
| Implementation of class CalendarList interface is static - using global functions in SQS namespace. | |
Functions | |
| void | simlib3::SetOutput (const char *name) |
| redirects Output(), Print() to file | |
| int | simlib3::_Print (const char *fmt,...) |
| output of messages to stdout, too | |
| int | simlib3::Print (const char *fmt,...) |
| for Output methods, can be redirected | |
| int | simlib3::Print (const double x) |
| output single value | |
| int | simlib3::Print (const double x, const double y) |
| output 2 values | |
| int | simlib3::Print (const double x, const double y, const double z) |
| output 3 values | |
| void | simlib3::Error (const char *fmt,...) |
| print message and terminate program | |
Variables | |
| class simlib3::_FileWrap | simlib3::OutFile |
Printing - like printf.
Definition in file print.cc.