GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
symtab.h File Reference
#include <deque>
#include <list>
#include <map>
#include <set>
#include <string>
#include "glob-match.h"
#include "lo-regexp.h"
#include "oct-obj.h"
#include "workspace-element.h"
#include "oct-refcount.h"
#include "ov.h"
Include dependency graph for symtab.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  symbol_table::symbol_reference::comparator
 
class  symbol_table::fcn_info
 
class  symbol_table::fcn_info::fcn_info_rep
 
class  symbol_table::scope_id_cache
 
class  symbol_table::symbol_record
 
class  symbol_table::symbol_record::symbol_record_rep
 
class  symbol_table::symbol_reference
 
class  symbol_table
 

Functions

OCTINTERP_API std::string get_dispatch_type (const octave_value_list &args)
 
OCTINTERP_API std::string get_dispatch_type (const octave_value_list &args, builtin_type_t &builtin_type)
 
bool out_of_date_check (octave_value &function, const std::string &dispatch_type=std::string(), bool check_relative=true)
 

Function Documentation

OCTINTERP_API std::string get_dispatch_type ( const octave_value_list args)

Definition at line 669 of file symtab.cc.

References get_dispatch_type().

OCTINTERP_API std::string get_dispatch_type ( const octave_value_list args,
builtin_type_t builtin_type 
)
bool out_of_date_check ( octave_value function,
const std::string &  dispatch_type = std::string(),
bool  check_relative = true 
)