#include <rock.h>
Data Fields | |
bool | b_used |
bool | b_longdate |
union { | |
iso9660_ltime_t ltime | |
iso9660_dtime_t dtime | |
} | t |
If true date format is a iso9660_ltime_t. Otherwise date is iso9660_dtime_t
If true, field has been set and is valid. Otherwise remaning fields are meaningless.
union { ... } iso_rock_time_s::t |