struct CrlTypeEnum / crl_type_enum_t
Concrete Class
Description
An enum: the value must look like a symbol in CRL, the
symbol must be part of the enum value list declared here,
and the symbol token will become an instance of
ValueUnsigned by the map stored in this Type.
This is not fully implemented by now.
In CRL2 file syntax, this type is called
enum
Kinship
Immediate super class: TypeScalar
Type Aliases
| typedef | EnumUserPrintFile |
UserPrintFile |
| typedef | EnumUserPrintVChar |
UserPrintVChar |
Inherited Slots
Members
Inherited Members
Detailed Descriptions
#if CRL_NEED_TYPE_ENUM
[constructor] CrlTypeEnum ()
#if CRL_NEED_TYPE_ENUM
static UserPrintVChar get_user_print_vchar ()
| C++: |
CrlEnumUserPrintVChar CrlTypeEnum::get_user_print_vchar () |
| C: |
crl_enum_user_print_vchar_t crl_type_enum_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_ENUM
static void set_user_print_vchar (UserPrintVChar)
| C++: |
void CrlTypeEnum::set_user_print_vchar (CrlEnumUserPrintVChar) |
| C: |
void crl_type_enum_set_user_print_vchar (crl_enum_user_print_vchar_t) |
#if CRL_NEED_TYPE_ENUM
static UserPrintFile get_user_print_file ()
| C++: |
CrlEnumUserPrintFile CrlTypeEnum::get_user_print_file () |
| C: |
crl_enum_user_print_file_t crl_type_enum_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_ENUM
static void set_user_print_file (UserPrintFile)
| C++: |
void CrlTypeEnum::set_user_print_file (CrlEnumUserPrintFile) |
| C: |
void crl_type_enum_set_user_print_file (crl_enum_user_print_file_t) |
Occurrences of CrlTypeEnum