comparison src/ov-typeinfo.h @ 2926:66ef74ee5d9f

[project @ 1997-05-05 03:20:52 by jwe]
author jwe
date Mon, 05 May 1997 03:40:21 +0000
parents 05926e1b367d
children 3ac3e8edc258
comparison
equal deleted inserted replaced
2925:f0665dac8e33 2926:66ef74ee5d9f
39 39
40 class 40 class
41 octave_value_typeinfo 41 octave_value_typeinfo
42 { 42 {
43 public: 43 public:
44
45 static bool instance_ok (void);
44 46
45 static int register_type (const string&); 47 static int register_type (const string&);
46 48
47 static bool register_binary_op (octave_value::binary_op, int, int, 49 static bool register_binary_op (octave_value::binary_op, int, int,
48 binary_op_fcn); 50 binary_op_fcn);