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
Static Public Member Functions | Private Types | List of all members
octave_int_cmp_op::uiop< xop, size > Class Template Reference

Static Public Member Functions

static bool op (utype x, utype y)
 
static bool op (stype x, stype y)
 
static bool op (stype x, utype y)
 
static bool op (utype x, stype y)
 

Private Types

typedef query_integer_type
< size, true >::type 
stype
 
typedef query_integer_type
< size, false >::type 
utype
 

Detailed Description

template<class xop, int size>
class octave_int_cmp_op::uiop< xop, size >

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

Member Typedef Documentation

template<class xop , int size>
typedef query_integer_type<size, true>::type octave_int_cmp_op::uiop< xop, size >::stype
private

Definition at line 133 of file oct-inttypes.h.

template<class xop , int size>
typedef query_integer_type<size, false>::type octave_int_cmp_op::uiop< xop, size >::utype
private

Definition at line 132 of file oct-inttypes.h.

Member Function Documentation

template<class xop , int size>
static bool octave_int_cmp_op::uiop< xop, size >::op ( utype  x,
utype  y 
)
inlinestatic

Definition at line 135 of file oct-inttypes.h.

template<class xop , int size>
static bool octave_int_cmp_op::uiop< xop, size >::op ( stype  x,
stype  y 
)
inlinestatic

Definition at line 137 of file oct-inttypes.h.

template<class xop , int size>
static bool octave_int_cmp_op::uiop< xop, size >::op ( stype  x,
utype  y 
)
inlinestatic

Definition at line 139 of file oct-inttypes.h.

template<class xop , int size>
static bool octave_int_cmp_op::uiop< xop, size >::op ( utype  x,
stype  y 
)
inlinestatic

Definition at line 141 of file oct-inttypes.h.


The documentation for this class was generated from the following file: