GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
fcn-info.cc File Reference
#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)
 

Function Documentation

◆ dump_function_map()

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().

◆ Fignore_function_time_stamp()

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().

◆ get_dispatch_type() [1/2]

std::string get_dispatch_type ( const octave_value_list args)

Definition at line 331 of file fcn-info.cc.

References get_dispatch_type().

◆ get_dispatch_type() [2/2]