diff src/oct-map.h @ 3933:f9ea3dcf58ee

[project @ 2002-05-15 03:21:00 by jwe]
author jwe
date Wed, 15 May 2002 03:21:01 +0000
parents 2e2e32198722
children 6e86256e9c54
line wrap: on
line diff
--- a/src/oct-map.h
+++ b/src/oct-map.h
@@ -82,13 +82,17 @@
 
   void clear (void) { map.clear (); }
 
-  string_vector make_name_list (void);
+  string_vector keys (void) const;
 
   int array_length () const;
 
   Octave_map& assign (const idx_vector& idx, const std::string& key,
 		      const octave_value_list& rhs);
 
+  Octave_map& assign (const std::string& key, const octave_value_list& rhs);
+
+  Octave_map index (idx_vector& idx);
+
 private:
 
   // The map of names to values.