ThreadStream Class Reference

Manages a unique std::ostream for each thread. More...

#include <ThreadStream.h>

Public Member Functions

 ThreadStream ()
 Default constructor.
 
 ~ThreadStream ()
 Destructor.
 
std::ostream & get ()
 Interface to ostream.
 
void * get_raw ()
 Interface to raw void*.
 
void set (std::ostream *)
 Set the ostream for the current thread.
 
void set (void *)
 Set the raw void* for the current thread.
 

Detailed Description

Manages a unique std::ostream for each thread.


The documentation for this class was generated from the following files:

Generated using doxygen 1.8.17