#include </cygdrive/c/Users/Hamis/Cygwin-packaging/wxWidgets3.2/wxWidgets3.2-3.2.11-1.x86_64/src/wxWidgets-3.2.11/interface/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. |
|
virtual |
Destructor.