#include <wx/stdstream.h>
 Inheritance diagram for wxStdInputStream: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.  More... | |
| virtual | ~wxStdInputStream () | 
| Destructor.  More... | |
| wxStdInputStream::wxStdInputStream | ( | wxInputStream & | stream | ) | 
Creates a std::istream derived stream which reads from a wxInputStream.
| stream | Stream to read from. | 
      
  | 
  inlinevirtual | 
Destructor.