Static Public Member Functions | |
static bool | op (utype x, utype y) |
static bool | op (utype x, stype y) |
static bool | op (stype x, utype y) |
static bool | op (stype x, stype y) |
Private Types | |
typedef query_integer_type < size, true >::type | stype |
typedef query_integer_type < size, false >::type | utype |
Definition at line 128 of file oct-inttypes.h.
typedef query_integer_type<size, true>::type octave_int_cmp_op::uiop< xop, size >::stype [private] |
Definition at line 131 of file oct-inttypes.h.
typedef query_integer_type<size, false>::type octave_int_cmp_op::uiop< xop, size >::utype [private] |
Definition at line 130 of file oct-inttypes.h.
static bool octave_int_cmp_op::uiop< xop, size >::op | ( | utype | x, | |
utype | y | |||
) | [inline, static] |
Definition at line 133 of file oct-inttypes.h.
Referenced by octave_int_cmp_op::uiop< xop, size >::op().
static bool octave_int_cmp_op::uiop< xop, size >::op | ( | utype | x, | |
stype | y | |||
) | [inline, static] |
Definition at line 139 of file oct-inttypes.h.
References octave_int_cmp_op::uiop< xop, size >::op().
static bool octave_int_cmp_op::uiop< xop, size >::op | ( | stype | x, | |
utype | y | |||
) | [inline, static] |
Definition at line 137 of file oct-inttypes.h.
References octave_int_cmp_op::uiop< xop, size >::op().
static bool octave_int_cmp_op::uiop< xop, size >::op | ( | stype | x, | |
stype | y | |||
) | [inline, static] |
Definition at line 135 of file oct-inttypes.h.
References octave_int_cmp_op::uiop< xop, size >::op().