GNU Octave 10.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 237 of file defaults.cc.

References OCTAVE_ARCHLIBDIR, and prepend_octave_exec_home().

◆ bin_dir()

std::string bin_dir ( )
extern

Definition at line 183 of file defaults.cc.

References OCTAVE_BINDIR, and prepend_octave_exec_home().

◆ canonical_host_type()

std::string canonical_host_type ( )
extern

Definition at line 142 of file defaults.cc.

◆ data_dir()

std::string data_dir ( )
extern

Definition at line 192 of file defaults.cc.

References prepend_octave_home().

◆ dataroot_dir()

std::string dataroot_dir ( )
extern

Definition at line 201 of file defaults.cc.

References prepend_octave_home().

◆ default_pager()

std::string default_pager ( )
extern

Definition at line 159 of file defaults.cc.

Referenced by output_system::output_system().

◆ fcn_file_dir()

std::string fcn_file_dir ( )
extern

Definition at line 345 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 452 of file defaults.cc.

References prepend_octave_home().

◆ include_dir()

std::string include_dir ( )
extern

Definition at line 210 of file defaults.cc.

References prepend_octave_home().

◆ info_dir()

std::string info_dir ( )
extern

Definition at line 246 of file defaults.cc.

References prepend_octave_exec_home().

◆ lib_dir()

std::string lib_dir ( )
extern

Definition at line 219 of file defaults.cc.

References prepend_octave_exec_home().

◆ libexec_dir()

std::string libexec_dir ( )
extern

Definition at line 228 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 264 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 327 of file defaults.cc.

References prepend_octave_home().

◆ local_api_oct_file_dir()

std::string local_api_oct_file_dir ( )
extern

Definition at line 291 of file defaults.cc.

References prepend_octave_exec_home().

◆ local_api_pkg_dir()

std::string local_api_pkg_dir ( )
extern

Definition at line 479 of file defaults.cc.

References prepend_octave_home().

◆ local_arch_lib_dir()

std::string local_arch_lib_dir ( )
extern

Definition at line 273 of file defaults.cc.

References prepend_octave_exec_home().

◆ local_fcn_file_dir()

std::string local_fcn_file_dir ( )
extern

Definition at line 336 of file defaults.cc.

References prepend_octave_home().

◆ local_oct_file_dir()

std::string local_oct_file_dir ( )
extern

Definition at line 300 of file defaults.cc.

References prepend_octave_exec_home().

◆ local_site_defaults_file()

std::string local_site_defaults_file ( )
extern

Definition at line 488 of file defaults.cc.

◆ local_startupfile_dir()

std::string local_startupfile_dir ( )
extern

Definition at line 461 of file defaults.cc.

References prepend_octave_home().

◆ local_ver_arch_lib_dir()

std::string local_ver_arch_lib_dir ( )
extern

Definition at line 255 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 318 of file defaults.cc.

References prepend_octave_home().

◆ local_ver_oct_file_dir()

std::string local_ver_oct_file_dir ( )
extern

Definition at line 282 of file defaults.cc.

References prepend_octave_exec_home().

◆ man1_dir()

std::string man1_dir ( )
extern

Definition at line 435 of file defaults.cc.

References prepend_octave_home().

◆ man1_ext()

std::string man1_ext ( )
extern

Definition at line 444 of file defaults.cc.

◆ man_dir()

std::string man_dir ( )
extern

Definition at line 426 of file defaults.cc.

References prepend_octave_home().

◆ oct_data_dir()

std::string oct_data_dir ( )
extern

Definition at line 354 of file defaults.cc.

References prepend_octave_home().

◆ oct_doc_dir()

std::string oct_doc_dir ( )
extern

Definition at line 363 of file defaults.cc.

References prepend_octave_home().

◆ oct_etc_dir()

std::string oct_etc_dir ( )
extern

Definition at line 372 of file defaults.cc.

References prepend_octave_home().

◆ oct_file_dir()

◆ oct_fonts_dir()

std::string oct_fonts_dir ( )
extern

Definition at line 381 of file defaults.cc.

References prepend_octave_home().

◆ oct_include_dir()

std::string oct_include_dir ( )
extern

Definition at line 390 of file defaults.cc.

References prepend_octave_home().

◆ oct_lib_dir()

std::string oct_lib_dir ( )
extern

Definition at line 399 of file defaults.cc.

References prepend_octave_exec_home().

◆ oct_locale_dir()

std::string oct_locale_dir ( )
extern

Definition at line 408 of file defaults.cc.

References prepend_octave_home().

◆ oct_tests_dir()

std::string oct_tests_dir ( )
extern

Definition at line 417 of file defaults.cc.

References prepend_octave_home().

◆ octave_exec_home()

std::string octave_exec_home ( )
extern

Definition at line 175 of file defaults.cc.

Referenced by prepend_octave_exec_home().

◆ octave_home()

std::string octave_home ( )
extern

Definition at line 167 of file defaults.cc.

Referenced by prepend_octave_home().

◆ prepend_octave_exec_home()

◆ prepend_octave_home()

◆ release()

std::string release ( )
extern

Definition at line 151 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 497 of file defaults.cc.

◆ startupfile_dir()

std::string startupfile_dir ( )
extern

Definition at line 470 of file defaults.cc.

References prepend_octave_home().