diff src/pt-fcn-handle.h @ 5043:a0da258f64e6

[project @ 2004-10-06 13:37:10 by jwe]
author jwe
date Wed, 06 Oct 2004 13:37:10 +0000
parents db5e0814277a
children e35b034d3523
line wrap: on
line diff
--- a/src/pt-fcn-handle.h	Fri Oct 01 19:59:40 2004 +0000
+++ b/src/pt-fcn-handle.h	Wed Oct 06 13:37:10 2004 +0000
@@ -60,6 +60,8 @@
   void print_raw (std::ostream& os, bool pr_as_read_syntax = false,
 		  bool pr_orig_txt = true);
 
+  std::string name (void) const { return nm; }
+
   bool rvalue_ok (void) const { return true; }
 
   octave_value rvalue (void);