GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions | Variables
shared-fcns.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static std::string get_octave_home (void)
 
static std::string octave_getenv (const std::string &name)
 
static std::string subst_octave_home (const std::string &s)
 

Variables

static const char dir_sep_char = '/'
 

Function Documentation

static std::string get_octave_home ( void  )
static

Definition at line 107 of file shared-fcns.h.

References octave_getenv(), and OCTAVE_PREFIX.

Referenced by initialize(), and subst_octave_home().

static std::string octave_getenv ( const std::string &  name)
static

Definition at line 99 of file shared-fcns.h.

Referenced by get_octave_archlibdir(), get_octave_bindir(), and get_octave_home().

static std::string subst_octave_home ( const std::string &  s)
static

Variable Documentation

const char dir_sep_char = '/'
static

Definition at line 95 of file shared-fcns.h.

Referenced by main(), and subst_octave_home().