#include <ThreadIO.H>
Collaboration diagram for OS::ThreadIOHelper:

Public Member Functions | |
| ThreadIOHelper (ThreadIO &th_io, bool err_stream) | |
| std::ostream & | start () const |
| void | end (bool aborting=false) const |
Private Attributes | |
| ThreadIO & | io |
| bool | err |
Definition at line 119 of file ThreadIO.H.
| OS::ThreadIOHelper::ThreadIOHelper | ( | ThreadIO & | th_io, | |
| bool | err_stream | |||
| ) | [inline] |
Definition at line 126 of file ThreadIO.H.
| std::ostream & OS::ThreadIOHelper::start | ( | ) | const |
Definition at line 218 of file ThreadIO.C.
References err, io, OS::ThreadIO::start_err(), and OS::ThreadIO::start_out().
Referenced by Tool_Relay::body().
Here is the call graph for this function:

Here is the caller graph for this function:

| void OS::ThreadIOHelper::end | ( | bool | aborting = false |
) | const |
Definition at line 225 of file ThreadIO.C.
References OS::ThreadIO::end_err(), OS::ThreadIO::end_out(), err, and io.
Referenced by Tool_Relay::body(), and InternalError().
Here is the call graph for this function:

Here is the caller graph for this function:

ThreadIO& OS::ThreadIOHelper::io [private] |
bool OS::ThreadIOHelper::err [private] |
1.5.1