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

Function Documentation

◆ dump_function_map()

octave_value dump_function_map ( const std::map< std::string, octave_value > &  fcn_map)

Referenced by symbol_scope_rep::dump().

◆ get_dispatch_type() [1/2]

std::string get_dispatch_type ( const octave_value_list args)

◆ get_dispatch_type() [2/2]

std::string get_dispatch_type ( const octave_value_list args,
builtin_type_t builtin_type 
)