struct CrlTypeFloat / crl_type_float_t
Concrete Class
Description
Type of floating point numbers. The value must be an instance
of ValueFloat.
In CRL2 file syntax, this type is called
float
Kinship
Immediate super class: TypeNumericSimple
Type Aliases
| typedef | FloatUserPrintFile |
UserPrintFile |
| typedef | FloatUserPrintVChar |
UserPrintVChar |
Inherited Slots
Members
Inherited Members
Detailed Descriptions
#if CRL_NEED_TYPE_FLOAT
[constructor] CrlTypeFloat ()
#if CRL_NEED_TYPE_FLOAT
static UserPrintVChar get_user_print_vchar ()
| C++: |
CrlFloatUserPrintVChar CrlTypeFloat::get_user_print_vchar () |
| C: |
crl_float_user_print_vchar_t crl_type_float_get_user_print_vchar (void) |
The implementation of this function is trivial, i.e., it always returns m_user_print_vchar .
#if CRL_NEED_TYPE_FLOAT
static void set_user_print_vchar (UserPrintVChar)
| C++: |
void CrlTypeFloat::set_user_print_vchar (CrlFloatUserPrintVChar) |
| C: |
void crl_type_float_set_user_print_vchar (crl_float_user_print_vchar_t) |
#if CRL_NEED_TYPE_FLOAT
static UserPrintFile get_user_print_file ()
| C++: |
CrlFloatUserPrintFile CrlTypeFloat::get_user_print_file () |
| C: |
crl_float_user_print_file_t crl_type_float_get_user_print_file (void) |
The implementation of this function is trivial, i.e., it always returns m_user_print_file .
#if CRL_NEED_TYPE_FLOAT
static void set_user_print_file (UserPrintFile)
| C++: |
void CrlTypeFloat::set_user_print_file (CrlFloatUserPrintFile) |
| C: |
void crl_type_float_set_user_print_file (crl_float_user_print_file_t) |
Occurrences of CrlTypeFloat