11 #ifndef __ThreadStream_h
12 #define __ThreadStream_h
42 void set (std::ostream*);
std::ostream & get() Interface to ostream. Definition: ThreadStream.C:41
A convenient exception handling class. Definition: Error.h:54
Manages a unique std::ostream for each thread. Definition: ThreadStream.h:25
~ThreadStream() Destructor. Definition: ThreadStream.C:32
ThreadStream() Default constructor. Definition: ThreadStream.C:23
void * get_raw() Interface to raw void*.
void set(std::ostream *) Set the ostream for the current thread. Definition: ThreadStream.C:54
Generated using doxygen 1.8.17
|