GTK+ IOStream
Beta
<< GTK+ >> add C++ IOStream operators to GTK+. Now with extra abilities ... like network serialisation
|
#include "Octave.H"
#include <iostream>
#include <octave/config.h>
#include <octave/octave.h>
#include <octave/oct-obj.h>
#include <octave/oct-map.h>
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 |
OCTINTERP_API octave_value_list feval | ( | const std::string & | name, |
const octave_value_list & | args = octave_value_list() , |
||
int | nargout = 0 |
||
) |
OCTINTERP_API octave_exit_func octave_exit |