]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/txtstrm.h
Don't specialize std::numeric_limits<> for wxLongLong when using VC6.
[wxWidgets.git] / interface / wx / txtstrm.h
index 3ad872c9deb03e0be00132193d9d7eed850ca610..1fb73d3db3aeed976d50c2250ec3097ff2d9b4cc 100644 (file)
@@ -73,6 +73,13 @@ public:
     */
     ~wxTextInputStream();
 
+    /**
+        Returns a pointer to the underlying input stream object.
+
+        @since 2.9.2
+    */
+    const wxInputStream& GetInputStream() const;
+
     /**
         Reads a character, returns 0 if there are no more characters in the
         stream.
@@ -252,6 +259,13 @@ public:
      */
     void Flush();
 
+    /**
+        Returns a pointer to the underlying output stream object.
+
+        @since 2.9.2
+    */
+    const wxOutputStream& GetOutputStream() const;
+
     /**
         Returns the end-of-line mode. One of ::wxEOL_DOS, ::wxEOL_MAC and
         ::wxEOL_UNIX.