#include <oct-inttypes.h>
Classes | |
class | prom |
class | uiop |
Public Member Functions | |
REGISTER_OCTAVE_CMP_OP (lt,<) | |
REGISTER_OCTAVE_CMP_OP (le,<=) | |
REGISTER_OCTAVE_CMP_OP (gt, >) | |
REGISTER_OCTAVE_CMP_OP (ge, >=) | |
REGISTER_OCTAVE_CMP_OP (eq,==) | |
REGISTER_OCTAVE_CMP_OP (ne,!=) | |
REGISTER_OCTAVE_CONST_OP (ct, true) | |
REGISTER_OCTAVE_CONST_OP (cf, false) | |
Static Public Member Functions | |
template<class xop , class T1 , class T2 > | |
static bool | op (T1 x, T2 y) |
template<class xop , class T > | |
static bool | mop (T x, double y) |
template<class xop , class T > | |
static bool | mop (double x, T y) |
static bool octave_int_cmp_op::mop | ( | double | x, | |
T | y | |||
) | [inline, static] |
static bool octave_int_cmp_op::mop | ( | T | x, | |
double | y | |||
) | [inline, static] |
static bool octave_int_cmp_op::op | ( | T1 | x, | |
T2 | y | |||
) | [inline, static] |
octave_int_cmp_op::REGISTER_OCTAVE_CMP_OP | ( | ne | , | |
! | ||||
) |
octave_int_cmp_op::REGISTER_OCTAVE_CMP_OP | ( | eq | ) |
octave_int_cmp_op::REGISTER_OCTAVE_CMP_OP | ( | ge | , | |
>= | ||||
) |
octave_int_cmp_op::REGISTER_OCTAVE_CMP_OP | ( | gt | ) |
octave_int_cmp_op::REGISTER_OCTAVE_CMP_OP | ( | le | , | |
<= | ||||
) |
octave_int_cmp_op::REGISTER_OCTAVE_CMP_OP | ( | lt | ) |
octave_int_cmp_op::REGISTER_OCTAVE_CONST_OP | ( | cf | , | |
false | ||||
) |
octave_int_cmp_op::REGISTER_OCTAVE_CONST_OP | ( | ct | , | |
true | ||||
) |