GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
environment Class Reference

#include "environment.h"

Public Member Functions

 environment ()
 
std::string editor () const
 
octave_value editor (const octave_value_list &args, int nargout)
 
std::string editor (const std::string &ed)
 
std::string exec_path () const
 
octave_value exec_path (const octave_value_list &args, int nargout)
 
std::string exec_path (const std::string &path)
 
std::string image_path () const
 
octave_value image_path (const octave_value_list &args, int nargout)
 
std::string image_path (const std::string &path)
 

Detailed Description

Definition at line 38 of file environment.h.

Constructor & Destructor Documentation

◆ environment()

environment::environment ( )
inline

Definition at line 42 of file environment.h.

Member Function Documentation

◆ editor() [1/3]

std::string environment::editor ( ) const
inline

Definition at line 52 of file environment.h.

◆ editor() [2/3]

octave_value environment::editor ( const octave_value_list args,
int  nargout 
)

Definition at line 74 of file environment.cc.

References octave::set_internal_variable().

◆ editor() [3/3]

std::string environment::editor ( const std::string &  ed)
inline

Definition at line 54 of file environment.h.

◆ exec_path() [1/3]

std::string environment::exec_path ( ) const
inline

Definition at line 61 of file environment.h.

◆ exec_path() [2/3]

octave_value environment::exec_path ( const octave_value_list args,
int  nargout 
)

Definition at line 81 of file environment.cc.

References octave::set_internal_variable().

◆ exec_path() [3/3]

std::string environment::exec_path ( const std::string &  path)

Definition at line 92 of file environment.cc.

◆ image_path() [1/3]

std::string environment::image_path ( ) const
inline

Definition at line 67 of file environment.h.

◆ image_path() [2/3]

octave_value environment::image_path ( const octave_value_list args,
int  nargout 
)

Definition at line 102 of file environment.cc.

References octave::set_internal_variable().

◆ image_path() [3/3]

std::string environment::image_path ( const std::string &  path)
inline

Definition at line 69 of file environment.h.


The documentation for this class was generated from the following files: