#include <teestream.h>
Collaboration diagram for Dv::Util::teestream:
Public Member Functions | |
teestream (std::ostream &os1, std::ostream &os2) | |
Special constructor for common case of 2 ostreams. | |
teestream (const std::list< std::ostream * > &streams) | |
General constructor takes a list of ostream pointers. | |
Private Attributes | |
Tee | tee_ |
It is derived from ostream and initialized with a list of ostream pointers. Anything written to a teestream is written to all the underlying ostreams.
Definition at line 24 of file teestream.h.
|
Special constructor for common case of 2 ostreams.
|
|
General constructor takes a list of ostream pointers.
|
|
Definition at line 56 of file teestream.h. |
dvutil-0.13.15 | [30 December, 2004] |