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

Go to the source code of this file.
Classes | |
| class | simlib3::_FileWrap |
Namespaces | |
| 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 More... | |
| int | simlib3::_Print (const char *fmt,...) |
| output of messages to stdout, too More... | |
| int | simlib3::Print (const char *fmt,...) |
| for Output methods, can be redirected More... | |
| int | simlib3::Print (const double x) |
| output single value More... | |
| int | simlib3::Print (const double x, const double y) |
| output 2 values More... | |
| int | simlib3::Print (const double x, const double y, const double z) |
| output 3 values More... | |
| void | simlib3::Error (const char *fmt,...) |
| print message and terminate program More... | |
Variables | |
| class simlib3::_FileWrap | simlib3::OutFile |
Printing - like printf.
Definition in file print.cc.
1.8.13