Navigation

Operators and Keywords

Function List:

C++ API

octave_int_base< T > Class Template Reference

#include <oct-inttypes.h>

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 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

template<class T>
class octave_int_base< T >


Member Function Documentation

template<class T>
static void octave_int_base< T >::clear_conv_flag (  )  [inline, static]

template<class T>
static void octave_int_base< T >::clear_conv_flags (  )  [inline, static]

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

template<class T>
static bool octave_int_base< T >::get_math_trunc_flag (  )  [inline, static]

template<class T>
static bool octave_int_base< T >::get_nan_flag (  )  [inline, static]

template<class T>
static bool octave_int_base< T >::get_non_int_flag (  )  [inline, static]

template<class T>
static bool octave_int_base< T >::get_trunc_flag (  )  [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]


Member Data Documentation

template<class T>
bool octave_int_base< T >::fnan [static, protected]

template<class T>
bool octave_int_base< T >::fnon_int [static, protected]

template<class T>
bool octave_int_base< T >::ftrunc [static, protected]


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