GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
defaults.h File Reference
#include "octave-config.h"
#include <string>
#include "pathsearch.h"
Include dependency graph for defaults.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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

Function Documentation

◆ arch_lib_dir()

OCTINTERP_API std::string arch_lib_dir ( void  )

◆ bin_dir()

OCTINTERP_API std::string bin_dir ( void  )

Definition at line 171 of file defaults.cc.

References OCTAVE_BINDIR, and prepend_octave_exec_home().

Referenced by F__octave_config_info__(), and environment::init_exec_path().

◆ canonical_host_type()

OCTINTERP_API std::string canonical_host_type ( void  )

Definition at line 135 of file defaults.cc.

Referenced by F__octave_config_info__().

◆ data_dir()

OCTINTERP_API std::string data_dir ( void  )

Definition at line 179 of file defaults.cc.

References prepend_octave_home().

Referenced by env::do_get_user_data_directory(), and F__octave_config_info__().

◆ dataroot_dir()

OCTINTERP_API std::string dataroot_dir ( void  )

Definition at line 187 of file defaults.cc.

References prepend_octave_home().

Referenced by F__octave_config_info__().

◆ default_pager()

OCTINTERP_API std::string default_pager ( void  )

Definition at line 150 of file defaults.cc.

Referenced by F__octave_config_info__().

◆ fcn_file_dir()

OCTINTERP_API std::string fcn_file_dir ( void  )

◆ image_dir()

OCTINTERP_API std::string image_dir ( void  )

Definition at line 410 of file defaults.cc.

References prepend_octave_home().

Referenced by F__octave_config_info__(), and environment::init_image_path().

◆ include_dir()

OCTINTERP_API std::string include_dir ( void  )

Definition at line 195 of file defaults.cc.

References prepend_octave_home().

Referenced by F__octave_config_info__().

◆ info_dir()

OCTINTERP_API std::string info_dir ( void  )

Definition at line 227 of file defaults.cc.

References prepend_octave_exec_home().

Referenced by F__octave_config_info__().

◆ lib_dir()

OCTINTERP_API std::string lib_dir ( void  )

Definition at line 203 of file defaults.cc.

References prepend_octave_exec_home().

Referenced by F__octave_config_info__().

◆ libexec_dir()

OCTINTERP_API std::string libexec_dir ( void  )

Definition at line 211 of file defaults.cc.

References prepend_octave_exec_home().

Referenced by F__octave_config_info__().

◆ local_api_arch_lib_dir()

OCTINTERP_API std::string local_api_arch_lib_dir ( void  )

Definition at line 243 of file defaults.cc.

References prepend_octave_exec_home().

Referenced by F__octave_config_info__(), and environment::init_exec_path().

◆ local_api_fcn_file_dir()

OCTINTERP_API std::string local_api_fcn_file_dir ( void  )

Definition at line 299 of file defaults.cc.

References prepend_octave_home().

Referenced by F__octave_config_info__(), and load_path::initialize().

◆ local_api_oct_file_dir()

OCTINTERP_API std::string local_api_oct_file_dir ( void  )

Definition at line 267 of file defaults.cc.

References prepend_octave_exec_home().

Referenced by F__octave_config_info__(), and load_path::initialize().

◆ local_arch_lib_dir()

OCTINTERP_API std::string local_arch_lib_dir ( void  )

Definition at line 251 of file defaults.cc.

References prepend_octave_exec_home().

Referenced by F__octave_config_info__(), and environment::init_exec_path().

◆ local_fcn_file_dir()

OCTINTERP_API std::string local_fcn_file_dir ( void  )

Definition at line 307 of file defaults.cc.

References prepend_octave_home().

Referenced by F__octave_config_info__(), and load_path::initialize().

◆ local_oct_file_dir()

OCTINTERP_API std::string local_oct_file_dir ( void  )

Definition at line 275 of file defaults.cc.

References prepend_octave_exec_home().

Referenced by F__octave_config_info__(), and load_path::initialize().

◆ local_site_defaults_file()

OCTINTERP_API std::string local_site_defaults_file ( void  )

Definition at line 434 of file defaults.cc.

References get_local_site_defaults_file().

Referenced by interpreter::execute_startup_files().

◆ local_startupfile_dir()

OCTINTERP_API std::string local_startupfile_dir ( void  )

Definition at line 418 of file defaults.cc.

References prepend_octave_home().

Referenced by F__octave_config_info__(), and get_local_site_defaults_file().

◆ local_ver_arch_lib_dir()

OCTINTERP_API std::string local_ver_arch_lib_dir ( void  )

Definition at line 235 of file defaults.cc.

References prepend_octave_exec_home().

Referenced by F__octave_config_info__(), and environment::init_exec_path().

◆ local_ver_fcn_file_dir()

OCTINTERP_API std::string local_ver_fcn_file_dir ( void  )

Definition at line 291 of file defaults.cc.

References prepend_octave_home().

Referenced by F__octave_config_info__(), and load_path::initialize().

◆ local_ver_oct_file_dir()

OCTINTERP_API std::string local_ver_oct_file_dir ( void  )

Definition at line 259 of file defaults.cc.

References prepend_octave_exec_home().

Referenced by F__octave_config_info__(), and load_path::initialize().

◆ man1_dir()

OCTINTERP_API std::string man1_dir ( void  )

Definition at line 395 of file defaults.cc.

References prepend_octave_home().

Referenced by F__octave_config_info__().

◆ man1_ext()

OCTINTERP_API std::string man1_ext ( void  )

Definition at line 403 of file defaults.cc.

Referenced by F__octave_config_info__().

◆ man_dir()

OCTINTERP_API std::string man_dir ( void  )

Definition at line 387 of file defaults.cc.

References prepend_octave_home().

Referenced by F__octave_config_info__().

◆ oct_data_dir()

OCTINTERP_API std::string oct_data_dir ( void  )

Definition at line 323 of file defaults.cc.

References prepend_octave_home().

Referenced by F__octave_config_info__(), and load_path::initialize().

◆ oct_doc_dir()

OCTINTERP_API std::string oct_doc_dir ( void  )

Definition at line 331 of file defaults.cc.

References prepend_octave_home().

Referenced by documentation::documentation(), and F__octave_config_info__().

◆ oct_etc_dir()

OCTINTERP_API std::string oct_etc_dir ( void  )

Definition at line 339 of file defaults.cc.

References prepend_octave_home().

Referenced by release_notes::release_notes(), and F__octave_config_info__().

◆ oct_file_dir()

OCTINTERP_API std::string oct_file_dir ( void  )

◆ oct_fonts_dir()

OCTINTERP_API std::string oct_fonts_dir ( void  )

Definition at line 347 of file defaults.cc.

References prepend_octave_home().

Referenced by ft_manager::do_get_font(), and F__octave_config_info__().

◆ oct_include_dir()

OCTINTERP_API std::string oct_include_dir ( void  )

Definition at line 355 of file defaults.cc.

References prepend_octave_home().

Referenced by F__octave_config_info__().

◆ oct_lib_dir()

OCTINTERP_API std::string oct_lib_dir ( void  )

Definition at line 363 of file defaults.cc.

References prepend_octave_exec_home().

Referenced by F__octave_config_info__().

◆ oct_locale_dir()

OCTINTERP_API std::string oct_locale_dir ( void  )

Definition at line 371 of file defaults.cc.

References prepend_octave_home().

Referenced by resource_manager::get_gui_translation_dir().

◆ oct_tests_dir()

OCTINTERP_API std::string oct_tests_dir ( void  )

Definition at line 379 of file defaults.cc.

References prepend_octave_home().

Referenced by F__octave_config_info__().

◆ octave_exec_home()

◆ octave_home()

OCTINTERP_API std::string octave_home ( void  )

Definition at line 157 of file defaults.cc.

References get_octave_home().

Referenced by FOCTAVE_HOME(), and prepend_octave_home().

◆ prepend_octave_exec_home()

◆ prepend_octave_home()

◆ release()

OCTINTERP_API std::string release ( void  )

◆ site_defaults_file()

OCTINTERP_API std::string site_defaults_file ( void  )

Definition at line 442 of file defaults.cc.

References get_site_defaults_file().

Referenced by interpreter::execute_startup_files().

◆ startupfile_dir()

OCTINTERP_API std::string startupfile_dir ( void  )

Definition at line 426 of file defaults.cc.

References prepend_octave_home().

Referenced by F__octave_config_info__(), and get_site_defaults_file().