GNU Octave  3.8.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
octave.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

OCTINTERP_API int octave_execute_interpreter (void)
OCTINTERP_API int octave_fork_gui (void)
OCTINTERP_API void octave_initialize_interpreter (int argc, char **argv, int embedded)
OCTINTERP_API int octave_main (int argc, char **argv, int embedded)
OCTINTERP_API void octave_process_command_line (int argc, char **argv)
OCTINTERP_API int octave_starting_gui (void)

Variables

OCTINTERP_API int octave_cmdline_argc
OCTINTERP_API char ** octave_cmdline_argv
OCTINTERP_API int octave_embedded

Function Documentation

OCTINTERP_API int octave_execute_interpreter ( void  )
OCTINTERP_API int octave_fork_gui ( void  )
OCTINTERP_API void octave_initialize_interpreter ( int  argc,
char **  argv,
int  embedded 
)
OCTINTERP_API int octave_main ( int  argc,
char **  argv,
int  embedded 
)
OCTINTERP_API void octave_process_command_line ( int  argc,
char **  argv 
)
OCTINTERP_API int octave_starting_gui ( void  )

Definition at line 947 of file octave.cc.

References check_starting_gui(), and start_gui.

Referenced by main().

Variable Documentation

OCTINTERP_API int octave_cmdline_argc

Definition at line 90 of file octave.cc.

Referenced by octave_interpreter::execute().

OCTINTERP_API char** octave_cmdline_argv

Definition at line 91 of file octave.cc.

Referenced by octave_interpreter::execute().

OCTINTERP_API int octave_embedded

Definition at line 92 of file octave.cc.

Referenced by octave_interpreter::execute().