#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) |
| octave_value dump_function_map | ( | const std::map< std::string, octave_value > & | fcn_map | ) |
Referenced by symbol_scope_rep::dump().
| 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 | ||
| ) |