|
fmatvec
0.0.0
|
#include <atom.h>
Classes | |
| class | StringBuf |
Private Attributes | |
| StringBuf | buffer |
A ostream object which prefix/postfix every messasge. Before the output happens the message is converted using escapingFunc, if given. Then result is then passed to outputFunc of printed to outstr_ (dependent on the used ctor). The conversion using escapingFunc is skipped if the stream has set the skipws formatting flag, which is not set at the beginning. However, you have ALWAYS to call flush before skipws and to call flush and noskipws afterwards!!! But note that normally this is done by using disableEscaping and enableEscaping on the osyncstream of Atom::msg/Atom::msgStatic. (this flag is used since it is not relevant for a ostream and can hence be "misused" here).