GNU Octave 11.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
defaults.h File Reference
#include "octave-config.h"
#include <string>
#include "pathsearch.h"

Go to the source code of this file.

Functions

std::string arch_lib_dir ()
 
std::string bin_dir ()
 
std::string canonical_host_type ()
 
std::string data_dir ()
 
std::string dataroot_dir ()
 
std::string default_pager ()
 
std::string fcn_file_dir ()
 
std::string image_dir ()
 
std::string include_dir ()
 
std::string info_dir ()
 
std::string lib_dir ()
 
std::string libexec_dir ()
 
std::string local_api_arch_lib_dir ()
 
std::string local_api_fcn_file_dir ()
 
std::string local_api_oct_file_dir ()
 
std::string local_api_pkg_dir ()
 
std::string local_arch_lib_dir ()
 
std::string local_fcn_file_dir ()
 
std::string local_oct_file_dir ()
 
std::string local_site_defaults_file ()
 
std::string local_startupfile_dir ()
 
std::string local_ver_arch_lib_dir ()
 
std::string local_ver_fcn_file_dir ()
 
std::string local_ver_oct_file_dir ()
 
std::string man1_dir ()
 
std::string man1_ext ()
 
std::string man_dir ()
 
std::string oct_data_dir ()
 
std::string oct_doc_dir ()
 
std::string oct_etc_dir ()
 
std::string oct_file_dir ()
 
std::string oct_fonts_dir ()
 
std::string oct_include_dir ()
 
std::string oct_lib_dir ()
 
std::string oct_locale_dir ()
 
std::string oct_tests_dir ()
 
std::string octave_exec_home ()
 
std::string octave_home ()
 
std::string prepend_octave_exec_home (const std::string &s)
 
std::string prepend_octave_home (const std::string &s)
 
std::string release ()
 
std::string site_defaults_file ()
 
std::string startupfile_dir ()
 

Function Documentation

◆ arch_lib_dir()

std::string arch_lib_dir ( )
extern

Definition at line 236 of file defaults.cc.

References OCTAVE_ARCHLIBDIR, and prepend_octave_exec_home().

◆ bin_dir()

std::string bin_dir ( )
extern

Definition at line 182 of file defaults.cc.

References OCTAVE_BINDIR, and prepend_octave_exec_home().

◆ canonical_host_type()

std::string canonical_host_type ( )
extern

Definition at line 141 of file defaults.cc.

◆ data_dir()

std::string data_dir ( )
extern

Definition at line 191 of file defaults.cc.

References prepend_octave_home().

◆ dataroot_dir()

std::string dataroot_dir ( )
extern

Definition at line 200 of file defaults.cc.

References prepend_octave_home().

◆ default_pager()

std::string default_pager ( )
extern

Definition at line 158 of file defaults.cc.

Referenced by output_system::output_system().

◆ fcn_file_dir()

std::string fcn_file_dir ( )
extern

Definition at line 344 of file defaults.cc.

References prepend_octave_home().

Referenced by octave_user_function::mark_as_system_fcn_file().

◆ image_dir()

std::string image_dir ( )
extern

Definition at line 451 of file defaults.cc.

References prepend_octave_home().

◆ include_dir()

std::string include_dir ( )
extern

Definition at line 209 of file defaults.cc.

References prepend_octave_home().

◆ info_dir()

std::string info_dir ( )
extern

Definition at line 245 of file defaults.cc.

References prepend_octave_exec_home().

◆ lib_dir()

std::string lib_dir ( )
extern

Definition at line 218 of file defaults.cc.

References prepend_octave_exec_home().

◆ libexec_dir()

std::string libexec_dir ( )
extern

Definition at line 227 of file defaults.cc.

References prepend_octave_exec_home().

◆ local_api_arch_lib_dir()

std::string local_api_arch_lib_dir ( )
extern

Definition at line 263 of file defaults.cc.

References prepend_octave_exec_home().

◆ local_api_fcn_file_dir()

std::string local_api_fcn_file_dir ( )
extern

Definition at line 326 of file defaults.cc.

References prepend_octave_home().

◆ local_api_oct_file_dir()

std::string local_api_oct_file_dir ( )
extern

Definition at line 290 of file defaults.cc.

References prepend_octave_exec_home().

◆ local_api_pkg_dir()

std::string local_api_pkg_dir ( )
extern

Definition at line 478 of file defaults.cc.

References prepend_octave_home().

◆ local_arch_lib_dir()

std::string local_arch_lib_dir ( )
extern

Definition at line 272 of file defaults.cc.

References prepend_octave_exec_home().

◆ local_fcn_file_dir()

std::string local_fcn_file_dir ( )
extern

Definition at line 335 of file defaults.cc.

References prepend_octave_home().

◆ local_oct_file_dir()

std::string local_oct_file_dir ( )
extern

Definition at line 299 of file defaults.cc.

References prepend_octave_exec_home().

◆ local_site_defaults_file()

std::string local_site_defaults_file ( )
extern

Definition at line 487 of file defaults.cc.

◆ local_startupfile_dir()

std::string local_startupfile_dir ( )
extern

Definition at line 460 of file defaults.cc.

References prepend_octave_home().

◆ local_ver_arch_lib_dir()

std::string local_ver_arch_lib_dir ( )
extern

Definition at line 254 of file defaults.cc.

References prepend_octave_exec_home().

◆ local_ver_fcn_file_dir()

std::string local_ver_fcn_file_dir ( )
extern

Definition at line 317 of file defaults.cc.

References prepend_octave_home().

◆ local_ver_oct_file_dir()

std::string local_ver_oct_file_dir ( )
extern

Definition at line 281 of file defaults.cc.

References prepend_octave_exec_home().

◆ man1_dir()

std::string man1_dir ( )
extern

Definition at line 434 of file defaults.cc.

References prepend_octave_home().

◆ man1_ext()

std::string man1_ext ( )
extern

Definition at line 443 of file defaults.cc.

◆ man_dir()

std::string man_dir ( )
extern

Definition at line 425 of file defaults.cc.

References prepend_octave_home().

◆ oct_data_dir()

std::string oct_data_dir ( )
extern

Definition at line 353 of file defaults.cc.

References prepend_octave_home().

◆ oct_doc_dir()

std::string oct_doc_dir ( )
extern

Definition at line 362 of file defaults.cc.

References prepend_octave_home().

◆ oct_etc_dir()

std::string oct_etc_dir ( )
extern

Definition at line 371 of file defaults.cc.

References prepend_octave_home().

◆ oct_file_dir()

◆ oct_fonts_dir()

std::string oct_fonts_dir ( )
extern

Definition at line 380 of file defaults.cc.

References prepend_octave_home().

◆ oct_include_dir()

std::string oct_include_dir ( )
extern

Definition at line 389 of file defaults.cc.

References prepend_octave_home().

◆ oct_lib_dir()

std::string oct_lib_dir ( )
extern

Definition at line 398 of file defaults.cc.

References prepend_octave_exec_home().

◆ oct_locale_dir()

std::string oct_locale_dir ( )
extern

Definition at line 407 of file defaults.cc.

References prepend_octave_home().

◆ oct_tests_dir()

std::string oct_tests_dir ( )
extern

Definition at line 416 of file defaults.cc.

References prepend_octave_home().

◆ octave_exec_home()

std::string octave_exec_home ( )
extern

Definition at line 174 of file defaults.cc.

Referenced by prepend_octave_exec_home().

◆ octave_home()

std::string octave_home ( )
extern

Definition at line 166 of file defaults.cc.

Referenced by prepend_octave_home().

◆ prepend_octave_exec_home()

◆ prepend_octave_home()

◆ release()

std::string release ( )
extern

Definition at line 150 of file defaults.cc.

Referenced by octave_java::~octave_java(), and octave_uname_wrapper().

◆ site_defaults_file()

std::string site_defaults_file ( )
extern

Definition at line 496 of file defaults.cc.

◆ startupfile_dir()

std::string startupfile_dir ( )
extern

Definition at line 469 of file defaults.cc.

References prepend_octave_home().