#include "oct-inttypes.h"
List of all members.
Classes |
class | prom |
class | uiop |
Public Member Functions |
| REGISTER_OCTAVE_CMP_OP (lt,<) |
| REGISTER_OCTAVE_CMP_OP (le,<=) |
| REGISTER_OCTAVE_CMP_OP (ge, >=) |
| REGISTER_OCTAVE_CMP_OP (ne,!=) |
| REGISTER_OCTAVE_CMP_OP (eq,==) |
| REGISTER_OCTAVE_CMP_OP (gt, >) |
| REGISTER_OCTAVE_CONST_OP (cf, false) |
| REGISTER_OCTAVE_CONST_OP (ct, true) |
Static Public Member Functions |
template<class xop , class T > |
static bool | mop (T x, double y) |
template<class xop , class T > |
static bool | mop (double x, T y) |
template<class xop , class T1 , class T2 > |
static bool | op (T1 x, T2 y) |
Detailed Description
Definition at line 101 of file oct-inttypes.h.
Member Function Documentation
template<class xop , class T >
static bool octave_int_cmp_op::mop |
( |
T |
x, |
|
|
double |
y | |
|
) |
| | [inline, static] |
template<class xop , class T >
static bool octave_int_cmp_op::mop |
( |
double |
x, |
|
|
T |
y | |
|
) |
| | [inline, static] |
template<class xop , class T1 , class T2 >
static bool octave_int_cmp_op::op |
( |
T1 |
x, |
|
|
T2 |
y | |
|
) |
| | [inline, static] |
octave_int_cmp_op::REGISTER_OCTAVE_CMP_OP |
( |
ge |
, |
|
|
>= |
| |
|
) |
| | |
octave_int_cmp_op::REGISTER_OCTAVE_CMP_OP |
( |
eq |
|
) |
|
octave_int_cmp_op::REGISTER_OCTAVE_CMP_OP |
( |
le |
, |
|
|
<= |
| |
|
) |
| | |
octave_int_cmp_op::REGISTER_OCTAVE_CMP_OP |
( |
ne |
, |
|
|
! |
| |
|
) |
| | |
octave_int_cmp_op::REGISTER_OCTAVE_CMP_OP |
( |
lt |
|
) |
|
octave_int_cmp_op::REGISTER_OCTAVE_CMP_OP |
( |
gt |
|
) |
|
octave_int_cmp_op::REGISTER_OCTAVE_CONST_OP |
( |
cf |
, |
|
|
false |
| |
|
) |
| | |
octave_int_cmp_op::REGISTER_OCTAVE_CONST_OP |
( |
ct |
, |
|
|
true |
| |
|
) |
| | |
The documentation for this class was generated from the following file: