#include <Viostream.h>
Public Member Functions | |
VCostream (ostream &str) | |
virtual Vostream & | operator<< (int i) |
virtual Vostream & | operator<< (size_t i) |
virtual Vostream & | operator<< (float f) |
virtual Vostream & | operator<< (double d) |
virtual Vostream & | operator<< (const string &str) |
Private Attributes | |
ostream & | _str |
QDOS::VCostream::VCostream | ( | ostream & | str | ) | [inline] |
virtual Vostream& QDOS::VCostream::operator<< | ( | const string & | str | ) | [inline, virtual] |
Implements QDOS::Vostream.
virtual Vostream& QDOS::VCostream::operator<< | ( | double | d | ) | [inline, virtual] |
Implements QDOS::Vostream.
virtual Vostream& QDOS::VCostream::operator<< | ( | float | f | ) | [inline, virtual] |
Implements QDOS::Vostream.
virtual Vostream& QDOS::VCostream::operator<< | ( | size_t | i | ) | [inline, virtual] |
Implements QDOS::Vostream.
virtual Vostream& QDOS::VCostream::operator<< | ( | int | i | ) | [inline, virtual] |
Implements QDOS::Vostream.
ostream& QDOS::VCostream::_str [private] |