gtkIOStream  1.7.0
GTK+ << C++ IOStream operators for GTK+. Now with ORBing, numerical computation, audio client and more ...
Octave.C File Reference
#include <octave/config.h>
#include <octave/octave.h>
#include <octave/oct-obj.h>
#include <octave/oct-map.h>
#include <octave/symtab.h>
#include "Octave.H"
#include <iostream>
#include <Eigen/Dense>
Include dependency graph for Octave.C:

Go to the source code of this file.

Macros

#define BASENAME_CNT   512
 the name max length More...
 

Typedefs

typedef void(* octave_exit_func) (int)
 

Functions

OCTINTERP_API void clean_up_and_exit (int, bool)
 
OCTINTERP_API octave_value_list feval (const string &name, const octave_value_list &args=octave_value_list(), int nargout=0)
 
void set_global_value (const string &nm, const octave_value &val)
 
octave_value get_global_value (const string &nm, bool silent=false)
 
static void local_exit (int)
 

Variables

OCTINTERP_API octave_exit_func octave_exit = local_exit
 
OCTINTERP_API bool octave_interpreter_ready
 

Macro Definition Documentation

◆ BASENAME_CNT

#define BASENAME_CNT   512

the name max length

Definition at line 50 of file Octave.C.

Typedef Documentation

◆ octave_exit_func

typedef void(* octave_exit_func) (int)

Definition at line 34 of file Octave.C.

Function Documentation

◆ clean_up_and_exit()

OCTINTERP_API void clean_up_and_exit ( int  ,
bool   
)
Here is the caller graph for this function:

◆ feval()

OCTINTERP_API octave_value_list feval ( const string &  name,
const octave_value_list &  args = octave_value_list(),
int  nargout = 0 
)
Here is the caller graph for this function:

◆ get_global_value()

octave_value get_global_value ( const string &  nm,
bool  silent = false 
)
Here is the caller graph for this function:

◆ local_exit()

static void local_exit ( int  )
static

Definition at line 52 of file Octave.C.

◆ set_global_value()

void set_global_value ( const string &  nm,
const octave_value &  val 
)
Here is the caller graph for this function:

Variable Documentation

◆ octave_exit

void(* octave_exit)(int) = local_exit

Definition at line 53 of file Octave.C.

◆ octave_interpreter_ready

OCTINTERP_API bool octave_interpreter_ready
gtkIOStream: /tmp/gtkiostream/src/Octave.C File Reference
GTK+ IOStream  Beta