#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 203 of file iostream.h.
|
inlineexplicit |
Definition at line 210 of file iostream.h.
|
inline |
Definition at line 213 of file iostream.h.
|
inline |
Definition at line 222 of file iostream.h.
|
private |
Definition at line 205 of file iostream.h.
|
private |
Definition at line 204 of file iostream.h.
|
private |
Definition at line 207 of file iostream.h.
|
private |
Definition at line 206 of file iostream.h.