GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
fcn-info.cc File Reference
#include "file-ops.h"
#include "file-stat.h"
#include "oct-env.h"
#include "defun.h"
#include "fcn-info.h"
#include "interpreter-private.h"
#include "interpreter.h"
#include "load-path.h"
#include "ov-fcn.h"
#include "ov-usr-fcn.h"
#include "parse.h"
#include "symscope.h"
#include "symtab.h"
#include "utils.h"
Include dependency graph for fcn-info.cc:

Go to the source code of this file.

Namespaces

 octave
 

Functions

static builtin_type_t(* octave::build_sup_table (void))[btyp_num_types]
 
octave_value octave::dump_function_map (const std::map< std::string, octave_value > &fcn_map)
 
OCTAVE_EXPORT octave_value_list Fignore_function_time_stamp (const octave_value_list &args, int nargout)
 
std::string octave::get_dispatch_type (const octave_value_list &args)
 
std::string octave::get_dispatch_type (const octave_value_list &args, builtin_type_t &builtin_type)
 
static bool octave::load_out_of_date_fcn (const std::string &ff, const std::string &dir_name, octave_value &function, const std::string &dispatch_type="", const std::string &package_name="")
 
static bool octave::out_of_date_check (octave_value &function, const std::string &dispatch_type="", bool check_relative=true)
 
static void octave::split_name_with_package (const std::string &name, std::string &fname, std::string &pname)
 

Variables

static int Vignore_function_time_stamp = 1
 

Function Documentation

◆ Fignore_function_time_stamp()

OCTAVE_EXPORT octave_value_list Fignore_function_time_stamp ( const octave_value_list args,
int  nargout 
)

Definition at line 1131 of file fcn-info.cc.

References error(), print_usage(), retval, and Vignore_function_time_stamp.

Variable Documentation

◆ Vignore_function_time_stamp

int Vignore_function_time_stamp = 1
static

Definition at line 48 of file fcn-info.cc.

Referenced by Fignore_function_time_stamp(), and octave::out_of_date_check().