GNU Octave  6.2.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
 

Namespaces

 octave
 

Typedefs

typedef void * voidptr
 

Variables

OCTINTERP_API bool Vdebug_java
 
OCTINTERP_API bool Vjava_matrix_autoconversion
 
OCTINTERP_API bool Vjava_unsigned_autoconversion
 

Typedef Documentation

◆ voidptr

typedef void* voidptr

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

Variable Documentation

◆ Vdebug_java

OCTINTERP_API bool Vdebug_java
extern

◆ Vjava_matrix_autoconversion

OCTINTERP_API bool Vjava_matrix_autoconversion
extern

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

◆ Vjava_unsigned_autoconversion

OCTINTERP_API bool Vjava_unsigned_autoconversion
extern

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