#include <wx/stdstream.h>
wxStdInputStream is a std::istream derived stream which reads from a wxInputStream.
Example:
Public Member Functions | |
wxStdInputStream (wxInputStream &stream) | |
Creates a std::istream derived stream which reads from a wxInputStream. | |
virtual | ~wxStdInputStream () |
Destructor. | |
wxStdInputStream::wxStdInputStream | ( | wxInputStream & | stream | ) |
Creates a std::istream derived stream which reads from a wxInputStream.
stream | Stream to read from. |
|
inlinevirtual |
Destructor.