StRoot
1
|
internal class to redirect stdout More...
#include <HeavyIons.h>
Public Member Functions | |
Redirect (ostream &os, ostream &ros) | |
Redirect os to ros for the lifetime of this object. | |
Redirect (ostream &os, ostream &ros) | |
Redirect os to ros for the lifetime of this object. | |
Public Attributes | |
ostream * | osSave |
The redirected ostream. | |
std::streambuf * | bufferSave |
The original buffer of the redirected ostream. | |
internal class to redirect stdout
Definition at line 349 of file HeavyIons.h.