GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
oct-handle.h File Reference
#include "octave-config.h"
#include "dMatrix.h"
#include "lo-ieee.h"
#include "error.h"
#include "ov.h"

Go to the source code of this file.

Classes

class  octave_handle
 

Functions

bool operator!= (const octave_handle &a, const octave_handle &b)
 
bool operator< (const octave_handle &a, const octave_handle &b)
 
bool operator<= (const octave_handle &a, const octave_handle &b)
 
bool operator== (const octave_handle &a, const octave_handle &b)
 
bool operator> (const octave_handle &a, const octave_handle &b)
 
bool operator>= (const octave_handle &a, const octave_handle &b)
 

Function Documentation

◆ operator!=()

bool operator!= ( const octave_handle a,
const octave_handle b 
)
inline

Definition at line 126 of file oct-handle.h.

References octave_handle::value().

◆ operator<()

bool operator< ( const octave_handle a,
const octave_handle b 
)
inline

Definition at line 131 of file oct-handle.h.

References octave_handle::value().

◆ operator<=()

bool operator<= ( const octave_handle a,
const octave_handle b 
)
inline

Definition at line 137 of file oct-handle.h.

References octave_handle::value().

◆ operator==()

bool operator== ( const octave_handle a,
const octave_handle b 
)
inline

Definition at line 120 of file oct-handle.h.

References octave_handle::value().

◆ operator>()

bool operator> ( const octave_handle a,
const octave_handle b 
)
inline

Definition at line 150 of file oct-handle.h.

References octave_handle::value().

◆ operator>=()

bool operator>= ( const octave_handle a,
const octave_handle b 
)
inline

Definition at line 144 of file oct-handle.h.

References octave_handle::value().