#include <iostream>
#include "Array.h"
#include "defun.h"
#include "error.h"
#include "interpreter.h"
#include "interpreter-private.h"
#include "ov-typeinfo.h"
#include "ov.h"
Go to the source code of this file.
|
static |
Definition at line 58 of file ov-typeinfo.cc.
References x, and Array< T, Alloc >::xelem().
Referenced by type_info::installed_type_info().
Definition at line 48 of file ov-typeinfo.cc.
References x, and Array< T, Alloc >::xelem().
Referenced by type_info::installed_type_info().
OCTAVE_EXPORT octave_value_list F__dump_typeinfo__ | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | |||
) |
Definition at line 1026 of file ov-typeinfo.cc.
References type_info::installed_type_info(), ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Ftypeinfo | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | |||
) |
Definition at line 906 of file ov-typeinfo.cc.
References type_info::installed_type_names(), ovl(), and print_usage().
void install_ops | ( | type_info & | ti | ) |
Referenced by type_info::type_info().
octave_scalar_map installed_type_info | ( | void | ) |
Definition at line 885 of file ov-typeinfo.cc.
References __get_type_info__(), and type_info::installed_type_info().
string_vector installed_type_names | ( | void | ) |
Definition at line 878 of file ov-typeinfo.cc.
References __get_type_info__(), and type_info::installed_type_names().
assign_op_fcn lookup_assign_op | ( | octave_value::assign_op | op, |
int | t_lhs, | ||
int | t_rhs | ||
) |
Definition at line 848 of file ov-typeinfo.cc.
References __get_type_info__(), and type_info::lookup_assign_op().
assignany_op_fcn lookup_assignany_op | ( | octave_value::assign_op | op, |
int | t_lhs | ||
) |
Definition at line 856 of file ov-typeinfo.cc.
References __get_type_info__(), and type_info::lookup_assignany_op().
binary_class_op_fcn lookup_binary_class_op | ( | octave_value::binary_op | op | ) |
Definition at line 809 of file ov-typeinfo.cc.
References __get_type_info__(), and type_info::lookup_binary_class_op().
binary_class_op_fcn lookup_binary_class_op | ( | octave_value::compound_binary_op | op | ) |
Definition at line 825 of file ov-typeinfo.cc.
References __get_type_info__(), and type_info::lookup_binary_class_op().
binary_op_fcn lookup_binary_op | ( | octave_value::binary_op | op, |
int | t1, | ||
int | t2 | ||
) |
Definition at line 817 of file ov-typeinfo.cc.
References __get_type_info__(), and type_info::lookup_binary_op().
binary_op_fcn lookup_binary_op | ( | octave_value::compound_binary_op | op, |
int | t1, | ||
int | t2 | ||
) |
Definition at line 833 of file ov-typeinfo.cc.
References __get_type_info__(), and type_info::lookup_binary_op().
cat_op_fcn lookup_cat_op | ( | int | t1, |
int | t2 | ||
) |
Definition at line 840 of file ov-typeinfo.cc.
References __get_type_info__(), and type_info::lookup_cat_op().
non_const_unary_op_fcn lookup_non_const_unary_op | ( | octave_value::unary_op | op, |
int | t | ||
) |
Definition at line 801 of file ov-typeinfo.cc.
References __get_type_info__(), and type_info::lookup_non_const_unary_op().
int lookup_pref_assign_conv | ( | int | t_lhs, |
int | t_rhs | ||
) |
Definition at line 863 of file ov-typeinfo.cc.
References __get_type_info__(), and type_info::lookup_pref_assign_conv().
octave_value lookup_type | ( | const std::string & | nm | ) |
Definition at line 779 of file ov-typeinfo.cc.
References __get_type_info__(), and type_info::lookup_type().
Referenced by hdf5_read_next_data_internal().
unary_class_op_fcn lookup_unary_class_op | ( | octave_value::unary_op | op | ) |
Definition at line 786 of file ov-typeinfo.cc.
References __get_type_info__(), and type_info::lookup_unary_class_op().
unary_op_fcn lookup_unary_op | ( | octave_value::unary_op | op, |
int | t | ||
) |
Definition at line 793 of file ov-typeinfo.cc.
References __get_type_info__(), and type_info::lookup_unary_op().
octave_base_value::type_conv_fcn lookup_widening_op | ( | int | t, |
int | t_result | ||
) |
Definition at line 871 of file ov-typeinfo.cc.
References __get_type_info__(), and type_info::lookup_widening_op().
int register_type | ( | const std::string & | t_name, |
const std::string & | c_name, | ||
const octave_value & | val | ||
) |
Definition at line 771 of file ov-typeinfo.cc.
References __get_type_info__(), and type_info::register_type().