at_end() const =0 | text_stream | [pure virtual] |
get()=0 | text_stream | [pure virtual] |
operator<<(const wchar_t *) | text_stream | |
operator<<(const wchar_t &) | text_stream | |
operator<<(const int &) | text_stream | |
operator<<(const float &) | text_stream | |
operator<<(const double &) | text_stream | |
operator<<(const char *) | text_stream | |
operator>>(wchar_t &) | text_stream | |
operator>>(int &) | text_stream | |
operator>>(float &) | text_stream | |
operator>>(double &) | text_stream | |
peek()=0 | text_stream | [pure virtual] |
read(wchar_t *, const gsgl::index_t num)=0 | text_stream | [pure virtual] |
text_stream() | text_stream | [protected] |
unget(wchar_t)=0 | text_stream | [pure virtual] |
write(const wchar_t *, const gsgl::index_t num)=0 | text_stream | [pure virtual] |
~text_stream() | text_stream | [virtual] |