GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
oct-handle.h File Reference
#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

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

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

References octave_handle::value().

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

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

References octave_handle::value().

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

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

References octave_handle::value().

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

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

References octave_handle::value().

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

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

References octave_handle::value().

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

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

References octave_handle::value().