#include "octave-config.h"
#include <string>
#include "Array.h"
#include "oct-map.h"
#include "ov.h"
Go to the source code of this file.
|
octave_scalar_map | octave_value_typeinfo::installed_type_info (void) |
|
string_vector | octave_value_typeinfo::installed_type_names (void) |
|
assign_op_fcn | octave_value_typeinfo::lookup_assign_op (octave_value::assign_op op, int t_lhs, int t_rhs) |
|
assignany_op_fcn | octave_value_typeinfo::lookup_assignany_op (octave_value::assign_op op, int t_lhs) |
|
binary_class_op_fcn | octave_value_typeinfo::lookup_binary_class_op (octave_value::binary_op op) |
|
binary_class_op_fcn | octave_value_typeinfo::lookup_binary_class_op (octave_value::compound_binary_op op) |
|
binary_op_fcn | octave_value_typeinfo::lookup_binary_op (octave_value::binary_op op, int t1, int t2) |
|
binary_op_fcn | octave_value_typeinfo::lookup_binary_op (octave_value::compound_binary_op op, int t1, int t2) |
|
cat_op_fcn | octave_value_typeinfo::lookup_cat_op (int t1, int t2) |
|
non_const_unary_op_fcn | octave_value_typeinfo::lookup_non_const_unary_op (octave_value::unary_op op, int t) |
|
int | octave_value_typeinfo::lookup_pref_assign_conv (int t_lhs, int t_rhs) |
|
octave_value | octave_value_typeinfo::lookup_type (const std::string &nm) |
|
unary_class_op_fcn | octave_value_typeinfo::lookup_unary_class_op (octave_value::unary_op op) |
|
unary_op_fcn | octave_value_typeinfo::lookup_unary_op (octave_value::unary_op op, int t) |
|
octave_base_value::type_conv_fcn | octave_value_typeinfo::lookup_widening_op (int t, int t_result) |
|
int | octave_value_typeinfo::register_type (const std::string &t_name, const std::string &c_name, const octave_value &val) |
|