Navigation

Operators and Keywords

Function List:

C++ API

octave_int_base< T > Class Template Reference

#include <oct-inttypes.h>

Inherited by octave_int< T >, octave_int_arith_base< T, false > [private], and octave_int_arith_base< T, true > [private].

List of all members.

Static Public Member Functions

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

Static Protected Member Functions

static T min_val ()
static T max_val ()

template<class T>
class octave_int_base< T >


Member Function Documentation

template<class T >
template<class S >
static T octave_int_base< T >::convert_real ( const S &  value  )  [inline, static]
template<class T >
static T octave_int_base< T >::max_val (  )  [inline, static, protected]
template<class T >
static T octave_int_base< T >::min_val (  )  [inline, static, protected]
template<class T >
template<class S >
static T octave_int_base< T >::truncate_int ( const S &  value  )  [inline, static]

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