GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave::config Namespace Reference

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_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 octave::config::arch_lib_dir ( )

Definition at line 237 of file defaults.cc.

References OCTAVE_ARCHLIBDIR, and prepend_octave_exec_home().

◆ bin_dir()

std::string octave::config::bin_dir ( )

Definition at line 183 of file defaults.cc.

References OCTAVE_BINDIR, and prepend_octave_exec_home().

◆ canonical_host_type()

std::string octave::config::canonical_host_type ( )

Definition at line 142 of file defaults.cc.

References OCTAVE_CANONICAL_HOST_TYPE.

◆ data_dir()

std::string octave::config::data_dir ( )

Definition at line 192 of file defaults.cc.

References OCTAVE_DATADIR, and prepend_octave_home().

◆ dataroot_dir()

std::string octave::config::dataroot_dir ( )

Definition at line 201 of file defaults.cc.

References OCTAVE_DATAROOTDIR, and prepend_octave_home().

◆ default_pager()

std::string octave::config::default_pager ( )

Definition at line 159 of file defaults.cc.

References OCTAVE_DEFAULT_PAGER.

◆ fcn_file_dir()

std::string octave::config::fcn_file_dir ( )

Definition at line 345 of file defaults.cc.

References OCTAVE_FCNFILEDIR, and prepend_octave_home().

Referenced by octave_user_function::mark_as_system_fcn_file().

◆ image_dir()

std::string octave::config::image_dir ( )

Definition at line 452 of file defaults.cc.

References OCTAVE_IMAGEDIR, and prepend_octave_home().

◆ include_dir()

std::string octave::config::include_dir ( )

Definition at line 210 of file defaults.cc.

References OCTAVE_INCLUDEDIR, and prepend_octave_home().

◆ info_dir()

std::string octave::config::info_dir ( )

Definition at line 246 of file defaults.cc.

References OCTAVE_INFODIR, and prepend_octave_exec_home().

◆ lib_dir()

std::string octave::config::lib_dir ( )

Definition at line 219 of file defaults.cc.

References OCTAVE_LIBDIR, and prepend_octave_exec_home().

◆ libexec_dir()

std::string octave::config::libexec_dir ( )

Definition at line 228 of file defaults.cc.

References OCTAVE_LIBEXECDIR, and prepend_octave_exec_home().

◆ local_api_arch_lib_dir()

std::string octave::config::local_api_arch_lib_dir ( )

Definition at line 264 of file defaults.cc.

References OCTAVE_LOCALAPIARCHLIBDIR, and prepend_octave_exec_home().

◆ local_api_fcn_file_dir()

std::string octave::config::local_api_fcn_file_dir ( )

Definition at line 327 of file defaults.cc.

References OCTAVE_LOCALAPIFCNFILEDIR, and prepend_octave_home().

◆ local_api_oct_file_dir()

std::string octave::config::local_api_oct_file_dir ( )

Definition at line 291 of file defaults.cc.

References OCTAVE_LOCALAPIOCTFILEDIR, and prepend_octave_exec_home().

◆ local_arch_lib_dir()

std::string octave::config::local_arch_lib_dir ( )

Definition at line 273 of file defaults.cc.

References OCTAVE_LOCALARCHLIBDIR, and prepend_octave_exec_home().

◆ local_fcn_file_dir()

std::string octave::config::local_fcn_file_dir ( )

Definition at line 336 of file defaults.cc.

References OCTAVE_LOCALFCNFILEDIR, and prepend_octave_home().

◆ local_oct_file_dir()

std::string octave::config::local_oct_file_dir ( )

Definition at line 300 of file defaults.cc.

References OCTAVE_LOCALOCTFILEDIR, and prepend_octave_exec_home().

◆ local_site_defaults_file()

std::string octave::config::local_site_defaults_file ( )

Definition at line 479 of file defaults.cc.

◆ local_startupfile_dir()

std::string octave::config::local_startupfile_dir ( )

Definition at line 461 of file defaults.cc.

References OCTAVE_LOCALSTARTUPFILEDIR, and prepend_octave_home().

◆ local_ver_arch_lib_dir()

std::string octave::config::local_ver_arch_lib_dir ( )

Definition at line 255 of file defaults.cc.

References OCTAVE_LOCALVERARCHLIBDIR, and prepend_octave_exec_home().

◆ local_ver_fcn_file_dir()

std::string octave::config::local_ver_fcn_file_dir ( )

Definition at line 318 of file defaults.cc.

References OCTAVE_LOCALVERFCNFILEDIR, and prepend_octave_home().

◆ local_ver_oct_file_dir()

std::string octave::config::local_ver_oct_file_dir ( )

Definition at line 282 of file defaults.cc.

References OCTAVE_LOCALVEROCTFILEDIR, and prepend_octave_exec_home().

◆ man1_dir()

std::string octave::config::man1_dir ( )

Definition at line 435 of file defaults.cc.

References OCTAVE_MAN1DIR, and prepend_octave_home().

◆ man1_ext()

std::string octave::config::man1_ext ( )

Definition at line 444 of file defaults.cc.

References OCTAVE_MAN1EXT.

◆ man_dir()

std::string octave::config::man_dir ( )

Definition at line 426 of file defaults.cc.

References OCTAVE_MANDIR, and prepend_octave_home().

◆ oct_data_dir()

std::string octave::config::oct_data_dir ( )

Definition at line 354 of file defaults.cc.

References OCTAVE_OCTDATADIR, and prepend_octave_home().

◆ oct_doc_dir()

std::string octave::config::oct_doc_dir ( )

Definition at line 363 of file defaults.cc.

References OCTAVE_OCTDOCDIR, and prepend_octave_home().

◆ oct_etc_dir()

std::string octave::config::oct_etc_dir ( )

Definition at line 372 of file defaults.cc.

References OCTAVE_OCTETCDIR, and prepend_octave_home().

◆ oct_file_dir()

std::string octave::config::oct_file_dir ( )

◆ oct_fonts_dir()

std::string octave::config::oct_fonts_dir ( )

Definition at line 381 of file defaults.cc.

References OCTAVE_OCTFONTSDIR, and prepend_octave_home().

◆ oct_include_dir()

std::string octave::config::oct_include_dir ( )

Definition at line 390 of file defaults.cc.

References OCTAVE_OCTINCLUDEDIR, and prepend_octave_home().

◆ oct_lib_dir()

std::string octave::config::oct_lib_dir ( )

Definition at line 399 of file defaults.cc.

References OCTAVE_OCTLIBDIR, and prepend_octave_exec_home().

◆ oct_locale_dir()

std::string octave::config::oct_locale_dir ( )

Definition at line 408 of file defaults.cc.

References OCTAVE_OCTLOCALEDIR, and prepend_octave_home().

◆ oct_tests_dir()

std::string octave::config::oct_tests_dir ( )

Definition at line 417 of file defaults.cc.

References OCTAVE_OCTTESTSDIR, and prepend_octave_home().

◆ octave_exec_home()

std::string octave::config::octave_exec_home ( )

Definition at line 175 of file defaults.cc.

Referenced by octave_fcn_handle::load_ascii().

◆ octave_home()

std::string octave::config::octave_home ( )

Definition at line 167 of file defaults.cc.

◆ prepend_octave_exec_home()

std::string octave::config::prepend_octave_exec_home ( const std::string &  s)

Definition at line 136 of file defaults.cc.

◆ prepend_octave_home()

std::string octave::config::prepend_octave_home ( const std::string &  s)

Definition at line 130 of file defaults.cc.

◆ release()

std::string octave::config::release ( )

Definition at line 151 of file defaults.cc.

References OCTAVE_RELEASE.

◆ site_defaults_file()

std::string octave::config::site_defaults_file ( )

Definition at line 488 of file defaults.cc.

◆ startupfile_dir()

std::string octave::config::startupfile_dir ( )

Definition at line 470 of file defaults.cc.

References OCTAVE_STARTUPFILEDIR, and prepend_octave_home().