#include "octave.h"
Additional Inherited Members | |
Static Public Member Functions inherited from application | |
| static application * | app () |
| static string_vector | argv () |
| static bool | forced_interactive () |
| static bool | is_gui_running () |
| static bool | is_multi_threaded () |
| static std::string | program_invocation_name () |
| static std::string | program_name () |
Protected Attributes inherited from application | |
| string_vector | m_argv |
| bool | m_have_eval_option_code = false |
| bool | m_have_script_file = false |
| std::unique_ptr< interpreter > | m_interpreter |
| bool | m_is_octave_program = false |
| cmdline_options | m_options |
| std::string | m_program_invocation_name |
| std::string | m_program_name |
|
inline |
|
inline |
|
default |
|
virtual |
Implements application.
Definition at line 439 of file octave.cc.
References application::create_interpreter(), and interpreter::execute().