struct CrlTypeGMT / crl_type_gmt_t
Concrete Class
Description
Type of GM times. The value must be an instance of ValueGMT.
In CRL2 file syntax, this type is called
gmt
Value syntax is:
?gmt(YYYY-MM-DD-mm-hh-ss)
(of course, in Greenwich)
Kinship
Immediate super class: TypeInteger
Type Aliases
| typedef | GMTUserPrintFile |
UserPrintFile |
| typedef | GMTUserPrintVChar |
UserPrintVChar |
Inherited Slots
Members
Inherited Members
Detailed Descriptions
#if CRL_NEED_TYPE_GMT
[constructor] CrlTypeGMT ()
#if CRL_NEED_TYPE_GMT
static UserPrintVChar get_user_print_vchar ()
| C++: |
CrlGMTUserPrintVChar CrlTypeGMT::get_user_print_vchar () |
| C: |
crl_gmt_user_print_vchar_t crl_type_gmt_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_GMT
static void set_user_print_vchar (UserPrintVChar)
| C++: |
void CrlTypeGMT::set_user_print_vchar (CrlGMTUserPrintVChar) |
| C: |
void crl_type_gmt_set_user_print_vchar (crl_gmt_user_print_vchar_t) |
#if CRL_NEED_TYPE_GMT
static UserPrintFile get_user_print_file ()
| C++: |
CrlGMTUserPrintFile CrlTypeGMT::get_user_print_file () |
| C: |
crl_gmt_user_print_file_t crl_type_gmt_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_GMT
static void set_user_print_file (UserPrintFile)
| C++: |
void CrlTypeGMT::set_user_print_file (CrlGMTUserPrintFile) |
| C: |
void crl_type_gmt_set_user_print_file (crl_gmt_user_print_file_t) |
Occurrences of CrlTypeGMT