GTK+ IOStream  Beta
<< GTK+ >> add C++ IOStream operators to GTK+. Now with extra abilities ... like network serialisation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Typedefs | Functions | Variables
Octave.C File Reference
#include "Octave.H"
#include <iostream>
#include <octave/config.h>
#include <octave/octave.h>
#include <octave/oct-obj.h>
#include <octave/oct-map.h>
Include dependency graph for Octave.C:

Go to the source code of this file.

Typedefs

typedef void(* octave_exit_func )(int)
 

Functions

OCTINTERP_API octave_value_list feval (const std::string &name, const octave_value_list &args=octave_value_list(), int nargout=0)
 

Variables

OCTINTERP_API octave_exit_func octave_exit
 

Typedef Documentation

typedef void(* octave_exit_func)(int)

Definition at line 27 of file Octave.C.

Function Documentation

OCTINTERP_API octave_value_list feval ( const std::string &  name,
const octave_value_list &  args = octave_value_list(),
int  nargout = 0 
)

Here is the caller graph for this function:

Variable Documentation

OCTINTERP_API octave_exit_func octave_exit