#include <deque>
#include <list>
#include <map>
#include <set>
#include <string>
#include "glob-match.h"
#include "regex-match.h"
#include "oct-obj.h"
#include "ov.h"
Go to the source code of this file.
Classes | |
class | symbol_table |
class | symbol_table::symbol_table::scope_id_cache |
class | symbol_table::symbol_table::symbol_record |
class | symbol_table::symbol_table::symbol_record::symbol_table::symbol_record::symbol_record_rep |
class | symbol_table::symbol_table::fcn_info |
class | symbol_table::symbol_table::fcn_info::symbol_table::fcn_info::fcn_info_rep |
Defines | |
#define | octave_symtab_h 1 |
Functions | |
bool | out_of_date_check (octave_value &function, const std::string &dispatch_type=std::string(), bool check_relative=true) |
std::string | get_dispatch_type (const octave_value_list &args) |
#define octave_symtab_h 1 |
std::string get_dispatch_type | ( | const octave_value_list & | args | ) |
bool out_of_date_check | ( | octave_value & | function, | |
const std::string & | dispatch_type = std::string() , |
|||
bool | check_relative = true | |||
) |