#include <XrdZipUtils.hh>
Public Member Functions | |
dos_timestmp () | |
dos_timestmp (time_t timestmp) |
Public Attributes | |
uint16_t | date |
uint16_t | time |
Static Public Attributes | |
static const uint16_t | day_mask = 0x1f |
static const uint8_t | day_shift = 0 |
static const uint16_t | hour_mask = 0x1f |
static const uint8_t | hour_shift = 11 |
static const uint16_t | min_mask = 0x3f |
static const uint8_t | min_shift = 5 |
static const uint16_t | mon_mask = 0x0f |
static const uint8_t | mon_shift = 5 |
static const uint16_t | sec_mask = 0x1f |
static const uint8_t | sec_shift = 0 |
static const uint16_t | year_mask = 0x7f |
static const uint8_t | year_shift = 9 |
Definition at line 104 of file XrdZipUtils.hh.
|
inline |
Definition at line 109 of file XrdZipUtils.hh.
References date, day_mask, day_shift, hour_mask, hour_shift, min_mask, min_shift, mon_mask, mon_shift, sec_mask, sec_shift, time, year_mask, and year_shift.
|
inline |
Definition at line 126 of file XrdZipUtils.hh.
References date, day_mask, day_shift, hour_mask, hour_shift, min_mask, min_shift, mon_mask, mon_shift, sec_mask, sec_shift, time, year_mask, and year_shift.
uint16_t XrdZip::dos_timestmp::date |
Definition at line 155 of file XrdZipUtils.hh.
Referenced by dos_timestmp(), and dos_timestmp().
|
static |
Definition at line 157 of file XrdZipUtils.hh.
Referenced by dos_timestmp(), and dos_timestmp().
|
static |
Definition at line 161 of file XrdZipUtils.hh.
Referenced by dos_timestmp(), and dos_timestmp().
|
static |
Definition at line 146 of file XrdZipUtils.hh.
Referenced by dos_timestmp(), and dos_timestmp().
|
static |
Definition at line 150 of file XrdZipUtils.hh.
Referenced by dos_timestmp(), and dos_timestmp().
|
static |
Definition at line 145 of file XrdZipUtils.hh.
Referenced by dos_timestmp(), and dos_timestmp().
|
static |
Definition at line 149 of file XrdZipUtils.hh.
Referenced by dos_timestmp(), and dos_timestmp().
|
static |
Definition at line 158 of file XrdZipUtils.hh.
Referenced by dos_timestmp(), and dos_timestmp().
|
static |
Definition at line 162 of file XrdZipUtils.hh.
Referenced by dos_timestmp(), and dos_timestmp().
|
static |
Definition at line 144 of file XrdZipUtils.hh.
Referenced by dos_timestmp(), and dos_timestmp().
|
static |
Definition at line 148 of file XrdZipUtils.hh.
Referenced by dos_timestmp(), and dos_timestmp().
uint16_t XrdZip::dos_timestmp::time |
Definition at line 142 of file XrdZipUtils.hh.
Referenced by dos_timestmp(), and dos_timestmp().
|
static |
Definition at line 159 of file XrdZipUtils.hh.
Referenced by dos_timestmp(), and dos_timestmp().
|
static |
Definition at line 163 of file XrdZipUtils.hh.
Referenced by dos_timestmp(), and dos_timestmp().