#include <MyGUI_DataStream.h>
Detailed Description
Definition at line 31 of file MyGUI_DataStream.h.
Constructor & Destructor Documentation
MyGUI::DataStream::DataStream |
( |
| ) |
|
MyGUI::DataStream::DataStream |
( |
std::istream * |
_stream | ) |
|
MyGUI::DataStream::~DataStream |
( |
| ) |
|
|
virtual |
Member Function Documentation
bool MyGUI::DataStream::eof |
( |
| ) |
|
|
virtual |
size_t MyGUI::DataStream::read |
( |
void * |
_buf, |
|
|
size_t |
_count |
|
) |
| |
|
virtual |
void MyGUI::DataStream::readline |
( |
std::string & |
_source, |
|
|
Char |
_delim |
|
) |
| |
|
virtual |
size_t MyGUI::DataStream::size |
( |
| ) |
|
|
virtual |
Field Documentation
size_t MyGUI::DataStream::mSize |
|
protected |
std::istream* MyGUI::DataStream::mStream |
|
protected |
The documentation for this class was generated from the following files: