GNU Octave  4.4.1
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 "ov.h"
Include dependency graph for oct-handle.h:
This graph shows which files directly or indirectly include this file:

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 122 of file oct-handle.h.

References a, and b.

◆ operator<()

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

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

References a, and b.

◆ operator<=()

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

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

References a, and b.

◆ operator==()

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

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

References a, and b.

◆ operator>()

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

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

References a, and b.

◆ operator>=()

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

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

References a, and b.