#include <oct-inttypes.h>
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 bool | get_trunc_flag () |
static bool | get_nan_flag () |
static bool | get_non_int_flag () |
static void | clear_conv_flags () |
static bool | get_math_trunc_flag () |
static void | clear_conv_flag () |
Static Protected Member Functions | |
static T | min_val () |
static T | max_val () |
Static Protected Attributes | |
static bool | ftrunc |
static bool | fnon_int |
static bool | fnan |
static void octave_int_base< T >::clear_conv_flag | ( | ) | [inline, static] |
static void octave_int_base< T >::clear_conv_flags | ( | ) | [inline, static] |
static T octave_int_base< T >::convert_real | ( | const S & | value | ) | [inline, static] |
static bool octave_int_base< T >::get_math_trunc_flag | ( | ) | [inline, static] |
static bool octave_int_base< T >::get_nan_flag | ( | ) | [inline, static] |
static bool octave_int_base< T >::get_non_int_flag | ( | ) | [inline, static] |
static bool octave_int_base< T >::get_trunc_flag | ( | ) | [inline, static] |
static T octave_int_base< T >::max_val | ( | ) | [inline, static, protected] |
static T octave_int_base< T >::min_val | ( | ) | [inline, static, protected] |
static T octave_int_base< T >::truncate_int | ( | const S & | value | ) | [inline, static] |
bool octave_int_base< T >::fnan [static, protected] |
bool octave_int_base< T >::fnon_int [static, protected] |
bool octave_int_base< T >::ftrunc [static, protected] |