#include <Stream.h>
Public Member Functions | |
virtual void | output (const char *buffer, int size)=0 |
Stream & | operator<< (bool b) |
Stream & | operator<< (char c) |
Stream & | operator<< (short s) |
Stream & | operator<< (int i) |
Stream & | operator<< (long i) |
Stream & | operator<< (double d) |
Stream & | operator<< (const std::string &s) |
Stream & | operator<< (const std::vector< char > &s) |
Stream & | operator<< (const char *s) |
Stream & | operator<< (Endl &e) |
Definition at line 32 of file Stream.h.