Public Member Functions | |
Tee (std::ostream &os1, std::ostream &os2) | |
Tee (const std::list< std::ostream * > &streams) | |
~Tee () | |
int | put (int c) |
int | get () |
int | sync () |
void | close () |
std::ios::iostate | state () const |
Private Attributes | |
std::list< std::ostream * > | streams_ |
Definition at line 29 of file teestream.h.
|
|
|
|
|
|
|
|
|
Definition at line 35 of file teestream.h. |
|
|
|
Definition at line 37 of file teestream.h. |
|
|
|
Definition at line 40 of file teestream.h. |
dvutil-0.13.15 | [30 December, 2004] |