#include "file-ops.h"
#include "file-stat.h"
#include "lo-sysdep.h"
#include "oct-env.h"
#include "defun.h"
#include "fcn-info.h"
#include "interpreter-private.h"
#include "interpreter.h"
#include "load-path.h"
#include "ov-fcn.h"
#include "ov-usr-fcn.h"
#include "parse.h"
#include "symscope.h"
#include "symtab.h"
#include "utils.h"
Go to the source code of this file.
Functions | |
octave_value | dump_function_map (const std::map< std::string, octave_value > &fcn_map) |
octave_value_list | Fignore_function_time_stamp (const octave_value_list &args, int nargout) |
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) |
octave_value dump_function_map | ( | const std::map< std::string, octave_value > & | fcn_map | ) |
Definition at line 1126 of file fcn-info.cc.
References octave_value::dump().
octave_value_list Fignore_function_time_stamp | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 1163 of file fcn-info.cc.
References error(), octave_value_list::length(), and print_usage().
std::string get_dispatch_type | ( | const octave_value_list & | args | ) |
Definition at line 331 of file fcn-info.cc.
References get_dispatch_type().
std::string get_dispatch_type | ( | const octave_value_list & | args, |
builtin_type_t & | builtin_type | ||
) |
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().