![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "ov-base.h"
Public Member Functions | |
type_conv_info (type_conv_fcn f=0, int t=-1) | |
operator type_conv_fcn (void) const | |
octave_base_value * | operator() (const octave_base_value &v) const |
int | type_id (void) const |
Private Attributes | |
type_conv_fcn | _fcn |
int | _type_id |
|
inline |
|
inline |
|
inline |
Definition at line 199 of file ov-base.h.
Referenced by do_binary_op(), do_cat_op(), and octave_base_value::numeric_assign().
|
private |