ABI | Symbols | Types | Live Readelf |
Contents |
Info |
Fields |
Memory Layout |
Name | Field |
---|---|
Type | CLASS |
Fields | 7 |
Source | field.h |
Namespace | mysqlpp |
Size | 56 |
Usage | The type is used by 2 symbols and 1 type. |
PADDING | FIELD |
V-TABLE | BASE |
BIT-FIELD |
Pos | Name | Type | Size | Offset |
---|---|---|---|---|
0 | name_ | std::string | 8 | 0 |
1 | table_ | std::string | 8 | 8 |
2 | db_ | std::string | 8 | 16 |
3 | type_ | mysql_type_info | 1 | 24 |
4 | length_ | size_t | 8 | 32 |
5 | max_length_ | size_t | 8 | 40 |
6 | flags_ | unsigned int | 4 | 48 |
Offset | Contents | Type |
---|---|---|
0 | .name_ | std::string |
8 | .table_ | std::string |
16 | .db_ | std::string |
24 | .type_ | mysql_type_info |
25 | padding | |
32 | .length_ | size_t |
40 | .max_length_ | size_t |
48 | .flags_ | unsigned int |
52 | padding |