GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <list>
#include <map>
#include <string>
#include "Cell.h"
#include "oct-map.h"
#include "defun.h"
#include "ov.h"
#include "ov-fcn.h"
#include "ov-typeinfo.h"
#include "pager.h"
#include "parse.h"
#include "symtab.h"
#include "variables.h"
Go to the source code of this file.
Functions | |
OCTAVE_EXPORT octave_value_list | F__dispatch__ (const octave_value_list &args, int nargout) |
OCTAVE_EXPORT octave_value_list F__dispatch__ | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 43 of file __dispatch__.cc.
References symbol_table::add_dispatch(), octave_scalar_map::assign(), symbol_table::clear_dispatch(), error(), error_state, f, symbol_table::get_dispatch(), octave_value::length(), octave_stdout, symbol_table::print_dispatch(), print_usage(), and octave_value::string_value().