Classes | Functions

symtab.h File Reference

#include <deque>
#include <list>
#include <map>
#include <set>
#include <string>
#include "glob-match.h"
#include "regexp.h"
#include "oct-obj.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

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

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 575 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 
)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines