Mercurial > hg > octave-lyh
comparison src/ov.h @ 3240:2e74d8aa1a20
[project @ 1999-04-07 18:33:23 by jwe]
author | jwe |
---|---|
date | Wed, 07 Apr 1999 18:34:20 +0000 |
parents | d54ef0aa6e82 |
children | 02866242d3ae |
comparison
equal
deleted
inserted
replaced
3239:d54ef0aa6e82 | 3240:2e74d8aa1a20 |
---|---|
220 } | 220 } |
221 | 221 |
222 return *this; | 222 return *this; |
223 } | 223 } |
224 | 224 |
225 int count (void) { return rep->count; } | 225 int get_count (void) { return rep->count; } |
226 | 226 |
227 virtual type_conv_fcn numeric_conversion_function (void) const | 227 virtual type_conv_fcn numeric_conversion_function (void) const |
228 { return rep->numeric_conversion_function (); } | 228 { return rep->numeric_conversion_function (); } |
229 | 229 |
230 void maybe_mutate (void); | 230 void maybe_mutate (void); |