#include "octave-config.h"
#include <list>
#include <map>
#include <memory>
#include <string>
#include "ov.h"
#include "ovl.h"
#include "symscope.h"
Go to the source code of this file.
Classes | |
class | fcn_info |
Functions | |
octave_value | dump_function_map (const std::map< std::string, octave_value > &fcn_map) |
std::string | get_dispatch_type (const octave_value_list &args) |
std::string | get_dispatch_type (const octave_value_list &args, builtin_type_t &builtin_type) |
|
extern |
Definition at line 1126 of file fcn-info.cc.
References octave_value::dump().
|
extern |
Definition at line 331 of file fcn-info.cc.
References get_dispatch_type().
|
extern |
Definition at line 271 of file fcn-info.cc.
References __get_symbol_table__(), btyp_class_name, btyp_num_types, btyp_unknown, octave_value::builtin_type(), octave_value::class_name(), symbol_table::is_superiorto(), and octave_value_list::length().
Referenced by do_class_concat(), and get_dispatch_type().