GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
ov-typeinfo.cc File Reference
#include <iostream>
#include "Array.h"
#include "defun.h"
#include "error.h"
#include "interpreter.h"
#include "interpreter-private.h"
#include "ops.h"
#include "ov-typeinfo.h"
#include "ov.h"
Include dependency graph for ov-typeinfo.cc:

Go to the source code of this file.

Namespaces

 octave
 
 octave_value_typeinfo
 

Functions

static boolNDArray octave::as_bool_nd_array (const Array< void * > &x)
 
static NDArray octave::as_nd_array (const Array< int > &x)
 
OCTAVE_EXPORT octave_value_list F__dump_typeinfo__ (octave::interpreter &interp, const octave_value_list &args, int)
 
OCTAVE_EXPORT octave_value_list Ftypeinfo (octave::interpreter &interp, const octave_value_list &args, int)
 
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)
 

Function Documentation

◆ F__dump_typeinfo__()

OCTAVE_EXPORT octave_value_list F__dump_typeinfo__ ( octave::interpreter interp,
const octave_value_list args,
int   
)

Definition at line 1028 of file ov-typeinfo.cc.

References octave::type_info::installed_type_info(), ovl(), and print_usage().

◆ Ftypeinfo()

OCTAVE_EXPORT octave_value_list Ftypeinfo ( octave::interpreter interp,
const octave_value_list args,
int   
)

Definition at line 913 of file ov-typeinfo.cc.

References octave::type_info::installed_type_names(), ovl(), and print_usage().