ABI | Symbols | Types | Live Readelf |
Contents |
Info |
Fields |
Memory Layout |
Name | Date |
---|---|
Type | CLASS |
Fields | 3 |
Source | datetime.h |
Namespace | mysqlpp |
Size | 16 |
Base class | Comparable<Date> |
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 |
Offset | Contents | Type |
---|---|---|
0 | base class | Comparable<Date> |
8 | .year_ | unsigned short |
10 | .month_ | unsigned char |
11 | .day_ | unsigned char |
12 | padding |