GNU Octave  6.2.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"
Include dependency graph for fcn-info.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  octave::fcn_info
 
class  octave::fcn_info::fcn_info_rep
 

Namespaces

 octave
 

Functions

octave_value octave::dump_function_map (const std::map< std::string, octave_value > &fcn_map)
 
std::string octave::get_dispatch_type (const octave_value_list &args)
 
std::string octave::get_dispatch_type (const octave_value_list &args, builtin_type_t &builtin_type)