diff src/ov.h @ 7885:f336dd8e96d0

eliminate streamoff type
author John W. Eaton <jwe@octave.org>
date Thu, 12 Jun 2008 10:42:56 -0400
parents 8447a5024650
children 260294a5520f
line wrap: on
line diff
--- a/src/ov.h	Wed Jun 11 15:13:30 2008 -0400
+++ b/src/ov.h	Thu Jun 12 10:42:56 2008 -0400
@@ -47,10 +47,8 @@
 #include "oct-sort.h"
 
 class Cell;
-class streamoff_array;
 class Octave_map;
 class octave_stream;
-class octave_streamoff;
 class octave_function;
 class octave_user_function;
 class octave_fcn_handle;
@@ -259,8 +257,6 @@
   octave_value (const Range& r);
   octave_value (const Octave_map& m);
   octave_value (const Octave_map& m, const std::string& id);
-  octave_value (const streamoff_array& off);
-  octave_value (const ArrayN<std::streamoff>& inda);
   octave_value (const octave_value_list& m, bool is_cs_list = false);
   octave_value (octave_value::magic_colon);
 
@@ -484,9 +480,6 @@
   bool is_object (void) const
     { return rep->is_object (); }
 
-  bool is_streamoff (void) const
-    { return rep->is_streamoff (); }
-
   bool is_cs_list (void) const
     { return rep->is_cs_list (); }
 
@@ -787,10 +780,6 @@
   string_vector map_keys (void) const
     { return rep->map_keys (); }
 
-  std::streamoff streamoff_value (void) const;
-
-  streamoff_array streamoff_array_value (void) const;
-
   octave_function *function_value (bool silent = false);
 
   const octave_function *function_value (bool silent = false) const;