GNU Octave  4.2.1
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<typename xop, int size>
class octave_int_cmp_op::uiop< xop, size >

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

Member Typedef Documentation

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

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

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

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

Member Function Documentation

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

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

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

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

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

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

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

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


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