struct CrlTypeAddress / crl_type_address_t
Concrete Class
Description
An address. Currently, this will constrain the value to be an
instance of ValueUnsigned.
In CRL2 file syntax, this type is called
address
Kinship
Immediate super class: TypeUnsigned
Type Aliases
| typedef | AddressUserPrintFile |
UserPrintFile |
| typedef | AddressUserPrintVChar |
UserPrintVChar |
Inherited Slots
Members
Inherited Members
Detailed Descriptions
#if CRL_NEED_TYPE_ADDRESS
[constructor] CrlTypeAddress ()
#if CRL_NEED_TYPE_ADDRESS
static UserPrintVChar get_user_print_vchar ()
| C++: |
CrlAddressUserPrintVChar CrlTypeAddress::get_user_print_vchar () |
| C: |
crl_address_user_print_vchar_t crl_type_address_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_ADDRESS
static void set_user_print_vchar (UserPrintVChar)
| C++: |
void CrlTypeAddress::set_user_print_vchar (CrlAddressUserPrintVChar) |
| C: |
void crl_type_address_set_user_print_vchar (crl_address_user_print_vchar_t) |
#if CRL_NEED_TYPE_ADDRESS
static UserPrintFile get_user_print_file ()
| C++: |
CrlAddressUserPrintFile CrlTypeAddress::get_user_print_file () |
| C: |
crl_address_user_print_file_t crl_type_address_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_ADDRESS
static void set_user_print_file (UserPrintFile)
| C++: |
void CrlTypeAddress::set_user_print_file (CrlAddressUserPrintFile) |
| C: |
void crl_type_address_set_user_print_file (crl_address_user_print_file_t) |
Occurrences of CrlTypeAddress