comparison src/ov.h @ 3239:d54ef0aa6e82

[project @ 1999-03-27 17:40:45 by jwe]
author jwe
date Sat, 27 Mar 1999 17:40:46 +0000
parents 30770ba4457a
children 2e74d8aa1a20
comparison
equal deleted inserted replaced
3238:041ea33fbbf4 3239:d54ef0aa6e82
220 } 220 }
221 221
222 return *this; 222 return *this;
223 } 223 }
224 224
225 int count (void) { return rep->count; }
226
225 virtual type_conv_fcn numeric_conversion_function (void) const 227 virtual type_conv_fcn numeric_conversion_function (void) const
226 { return rep->numeric_conversion_function (); } 228 { return rep->numeric_conversion_function (); }
227 229
228 void maybe_mutate (void); 230 void maybe_mutate (void);
229 231