#include <CurrentGenerator.h>
Public Member Functions | |
Redirect (ostream &os) | |
Constructor taking the stream to be redirected as input. | |
~Redirect () | |
The destructor which restores the original destination of the stream. | |
Public Attributes | |
ostream * | theStream |
The stream which is redirected. | |
std::streambuf * | theBuffer |
The original buffer of the redirected stream. |
Definition at line 166 of file CurrentGenerator.h.