|
MyGUI
3.2.1
|
#include <MyGUI_DataStream.h>
Inheritance diagram for MyGUI::DataStream:Public Member Functions | |
| DataStream () | |
| DataStream (std::istream *_stream) | |
| virtual | ~DataStream () |
| virtual bool | eof () |
| virtual size_t | size () |
| virtual void | readline (std::string &_source, Char _delim) |
| virtual size_t | read (void *_buf, size_t _count) |
Public Member Functions inherited from MyGUI::IDataStream | |
| virtual | ~IDataStream () |
Protected Attributes | |
| std::istream * | mStream |
| size_t | mSize |
Definition at line 16 of file MyGUI_DataStream.h.
| MyGUI::DataStream::DataStream | ( | ) |
Definition at line 13 of file MyGUI_DataStream.cpp.
| MyGUI::DataStream::DataStream | ( | std::istream * | _stream | ) |
Definition at line 19 of file MyGUI_DataStream.cpp.
|
virtual |
Definition at line 25 of file MyGUI_DataStream.cpp.
|
virtual |
Implements MyGUI::IDataStream.
Definition at line 41 of file MyGUI_DataStream.cpp.
|
virtual |
Implements MyGUI::IDataStream.
Definition at line 52 of file MyGUI_DataStream.cpp.
|
virtual |
Implements MyGUI::IDataStream.
Definition at line 46 of file MyGUI_DataStream.cpp.
|
virtual |
Implements MyGUI::IDataStream.
Definition at line 29 of file MyGUI_DataStream.cpp.
|
protected |
Definition at line 31 of file MyGUI_DataStream.h.
|
protected |
Definition at line 30 of file MyGUI_DataStream.h.
1.8.3.1