|
MyGUI
3.2.0
|
#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 31 of file MyGUI_DataStream.h.
| MyGUI::DataStream::DataStream | ( | ) |
Definition at line 28 of file MyGUI_DataStream.cpp.
| MyGUI::DataStream::DataStream | ( | std::istream * | _stream | ) |
Definition at line 34 of file MyGUI_DataStream.cpp.
|
virtual |
Definition at line 40 of file MyGUI_DataStream.cpp.
|
virtual |
Implements MyGUI::IDataStream.
Definition at line 56 of file MyGUI_DataStream.cpp.
|
virtual |
Implements MyGUI::IDataStream.
Definition at line 67 of file MyGUI_DataStream.cpp.
|
virtual |
Implements MyGUI::IDataStream.
Definition at line 61 of file MyGUI_DataStream.cpp.
|
virtual |
Implements MyGUI::IDataStream.
Definition at line 44 of file MyGUI_DataStream.cpp.
|
protected |
Definition at line 46 of file MyGUI_DataStream.h.
|
protected |
Definition at line 45 of file MyGUI_DataStream.h.
1.8.5