ABI | Symbols | Types | Live Readelf |
Contents |
Info |
Fields |
Memory Layout |
Name | DateTime |
---|---|
Type | CLASS |
Fields | 7 |
Source | datetime.h |
Namespace | mysqlpp |
Size | 16 |
Base class | Comparable<DateTime> |
Usage | The type is used by 14 symbols and 1 type. |
PADDING | FIELD |
V-TABLE | BASE |
BIT-FIELD |
Pos | Name | Type | Size | Offset |
---|---|---|---|---|
0 | year_ | unsigned short | 2 | 8 |
1 | month_ | unsigned char | 1 | 10 |
2 | day_ | unsigned char | 1 | 11 |
3 | hour_ | unsigned char | 1 | 12 |
4 | minute_ | unsigned char | 1 | 13 |
5 | second_ | unsigned char | 1 | 14 |
6 | now_ | bool | 1 | 15 |
Offset | Contents | Type |
---|---|---|
0 | base class | Comparable<DateTime> |
8 | .year_ | unsigned short |
10 | .month_ | unsigned char |
11 | .day_ | unsigned char |
12 | .hour_ | unsigned char |
13 | .minute_ | unsigned char |
14 | .second_ | unsigned char |
15 | .now_ | bool |