GNU Octave 7.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
ov-java.h File Reference
#include "octave-config.h"
#include "ov.h"
#include "ovl.h"
Include dependency graph for ov-java.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  octave_java
 

Variables

OCTINTERP_API bool Vdebug_java
 
OCTINTERP_API bool Vjava_matrix_autoconversion
 
OCTINTERP_API bool Vjava_unsigned_autoconversion
 
OCTAVE_NAMESPACE_END typedef void * voidptr
 

Variable Documentation

◆ Vdebug_java

OCTINTERP_API bool Vdebug_java
extern

Definition at line 225 of file ov-java.cc.

Referenced by check_exception(), Fdebug_java(), JVMArgs::read_java_opts(), and JVMArgs::update().

◆ Vjava_matrix_autoconversion

OCTINTERP_API bool Vjava_matrix_autoconversion
extern

Definition at line 223 of file ov-java.cc.

Referenced by box(), Fjava_matrix_autoconversion(), and unbox().

◆ Vjava_unsigned_autoconversion

OCTINTERP_API bool Vjava_unsigned_autoconversion
extern

Definition at line 224 of file ov-java.cc.

Referenced by box(), and Fjava_unsigned_autoconversion().

◆ voidptr

OCTAVE_NAMESPACE_END typedef void* voidptr

Definition at line 40 of file ov-java.h.