Mercurial > hg > octave-lyh
comparison src/ov-typeinfo.cc @ 5775:ace8d8d26933
[project @ 2006-04-24 19:13:06 by jwe]
author | jwe |
---|---|
date | Mon, 24 Apr 2006 19:13:11 +0000 |
parents | ce79d238f142 |
children | 080c08b192d8 |
comparison
equal
deleted
inserted
replaced
5774:e7af222e98b0 | 5775:ace8d8d26933 |
---|---|
161 { | 161 { |
162 return (instance_ok ()) | 162 return (instance_ok ()) |
163 ? instance->do_register_widening_op (t, t_result, f) : false; | 163 ? instance->do_register_widening_op (t, t_result, f) : false; |
164 } | 164 } |
165 | 165 |
166 // XXX FIXME XXX -- we should also store all class names and provide a | 166 // FIXME -- we should also store all class names and provide a |
167 // way to list them (calling class with nargin == 0?). | 167 // way to list them (calling class with nargin == 0?). |
168 | 168 |
169 int | 169 int |
170 octave_value_typeinfo::do_register_type (const std::string& t_name, | 170 octave_value_typeinfo::do_register_type (const std::string& t_name, |
171 const std::string& c_name, | 171 const std::string& c_name, |