Ask a Question | Search PSRCHIVE: |
Home
|
OwnStream Class Reference Redefines cerr and cout as attributes of the class. More...
Inheritance diagram for OwnStream:
Detailed DescriptionRedefines cerr and cout as attributes of the class. Useful in multi-threaded applications: by simply inheriting this class, cerr and cout can be redirected to different files for different threads, or on an instance-by-instance basis. Constructor & Destructor Documentation◆ OwnStream() [1/2]
Default constructor. Constructor. ◆ OwnStream() [2/2]
Copy constructor. Constructor. The documentation for this class was generated from the following files:
Generated using doxygen 1.8.17
|