#include <iostream.h>
Public Member Functions | |
void | enter () |
void | exit () |
OstreamRedirect (bool do_stdout=true, bool do_stderr=true) | |
Private Attributes | |
bool | do_stderr_ |
bool | do_stdout_ |
std::unique_ptr< scoped_estream_redirect > | redirect_stderr |
std::unique_ptr< scoped_ostream_redirect > | redirect_stdout |
Definition at line 157 of file iostream.h.
|
inline |
Definition at line 164 of file iostream.h.
|
inline |
Definition at line 167 of file iostream.h.
|
inline |
Definition at line 174 of file iostream.h.
|
private |
Definition at line 159 of file iostream.h.
|
private |
Definition at line 158 of file iostream.h.
|
private |
Definition at line 161 of file iostream.h.
|
private |
Definition at line 160 of file iostream.h.