Static Public Member Functions | Static Private Member Functions

octave_int_arith_base< T, false > Class Template Reference

#include "oct-inttypes.h"

Inheritance diagram for octave_int_arith_base< T, false >:
Inheritance graph
[legend]
Collaboration diagram for octave_int_arith_base< T, false >:
Collaboration graph
[legend]

List of all members.

Static Public Member Functions

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

Static Private Member Functions

template<class S >
static T convert_real (const S &value)
static T max_val ()
static T min_val ()
template<class S >
static T truncate_int (const S &value)

Detailed Description

template<class T>
class octave_int_arith_base< T, false >

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


Member Function Documentation

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

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

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

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

template<class T >
template<class S >
static T octave_int_base< T >::convert_real ( const S &  value  )  [inline, static, inherited]
template<class T >
static T octave_int_arith_base< T, false >::div ( x,
y 
) [inline, static]

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

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

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

template<class T >
static T octave_int_base< T >::max_val (  )  [inline, static, protected, inherited]

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

References max().

Referenced by octave_int_base< T >::convert_real(), and octave_int_base< T >::truncate_int().

template<class T >
static T octave_int_base< T >::min_val (  )  [inline, static, protected, inherited]

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

References min().

Referenced by octave_int_base< T >::convert_real(), and octave_int_base< T >::truncate_int().

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

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

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

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

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

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

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

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

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

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

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

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

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

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

template<class T >
template<class S >
static T octave_int_base< T >::truncate_int ( const S &  value  )  [inline, static, inherited]

The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines