Navigation

Operators and Keywords

Function List:

C++ API

octave_int_arith_base< T, true > Class Template Reference

#include <oct-inttypes.h>

Inherits octave_int_base< T >.

Collaboration diagram for octave_int_arith_base< T, true >:

List of all members.


Static Public Member Functions

static T signbit (T x)
static T abs (T x)
static T signum (T x)
static T rshift (T x, int n)
static T lshift (T x, int n)
static T minus (T x)
static T add (T x, T y)
static T sub (T x, T y)
static T mul (T x, T y)
static T div (T x, T y)

template<class T>
class octave_int_arith_base< T, true >


Member Function Documentation

template<class T >
static T octave_int_arith_base< T, true >::abs ( T  x  )  [inline, static]

template<class T >
static T octave_int_arith_base< T, true >::add ( T  x,
T  y 
) [inline, static]

template<class T >
static T octave_int_arith_base< T, true >::div ( T  x,
T  y 
) [inline, static]

template<class T >
static T octave_int_arith_base< T, true >::lshift ( T  x,
int  n 
) [inline, static]

template<class T >
static T octave_int_arith_base< T, true >::minus ( T  x  )  [inline, static]

template<class T >
static T octave_int_arith_base< T, true >::mul ( T  x,
T  y 
) [inline, static]

template<class T >
static T octave_int_arith_base< T, true >::rshift ( T  x,
int  n 
) [inline, static]

template<class T >
static T octave_int_arith_base< T, true >::signbit ( T  x  )  [inline, static]

template<class T >
static T octave_int_arith_base< T, true >::signum ( T  x  )  [inline, static]

template<class T >
static T octave_int_arith_base< T, true >::sub ( T  x,
T  y 
) [inline, static]


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