#include <stream.h>
Inherits impulse::Frame.
Public Member Functions | |
Stream () | |
Stream (FILE *file) | |
Stream (string name) | |
string | inspect () |
Stream & | operator<< (double value) |
Stream & | operator<< (const char *value) |
Stream & | operator<< (string value) |
Stream & | operator<< (int value) |
Stream & | operator<< (long value) |
Stream & | operator<< (unsigned int value) |
Stream & | operator<< (unsigned long value) |
Stream & | operator<< (bool value) |
Stream & | operator<< (void *value) |
Stream & | operator>> (long c) |
long | peek () |
long | getc () |
long | unget (int c) |
Stream & | operator<< (Stream &(*func)(Stream &)) |
Stream & | flush () |
impulse::Stream::Stream | ( | ) | [inline] |
impulse::Stream::Stream | ( | FILE * | file | ) | [inline] |
impulse::Stream::Stream | ( | string | name | ) | [inline] |
string impulse::Stream::inspect | ( | ) | [inline, virtual] |
Reimplemented from impulse::Frame.
Stream& impulse::Stream::operator<< | ( | double | value | ) | [inline] |
Stream& impulse::Stream::operator<< | ( | const char * | value | ) | [inline] |
Stream& impulse::Stream::operator<< | ( | string | value | ) | [inline] |
Stream& impulse::Stream::operator<< | ( | int | value | ) | [inline] |
Stream& impulse::Stream::operator<< | ( | long | value | ) | [inline] |
Stream& impulse::Stream::operator<< | ( | unsigned int | value | ) | [inline] |
Stream& impulse::Stream::operator<< | ( | unsigned long | value | ) | [inline] |
Stream& impulse::Stream::operator<< | ( | bool | value | ) | [inline] |
Stream& impulse::Stream::operator<< | ( | void * | value | ) | [inline] |
Stream& impulse::Stream::operator>> | ( | long | c | ) | [inline] |
long impulse::Stream::peek | ( | ) | [inline] |
long impulse::Stream::getc | ( | ) | [inline] |
long impulse::Stream::unget | ( | int | c | ) | [inline] |
Stream& impulse::Stream::flush | ( | ) | [inline] |