ABI | Symbols | Types | Live Readelf |
Contents |
Info |
Fields |
Memory Layout |
Name | SQLBuffer |
---|---|
Type | CLASS |
Fields | 4 |
Source | sql_buffer.h |
Namespace | mysqlpp |
Size | 24 |
Usage | The type is used by 4 symbols and 1 type. |
PADDING | FIELD |
V-TABLE | BASE |
BIT-FIELD |
Pos | Name | Type | Size | Offset |
---|---|---|---|---|
0 | data_ | char const* | 8 | 0 |
1 | length_ | SQLBuffer::size_type | 8 | 8 |
2 | type_ | mysql_type_info | 1 | 16 |
3 | is_null_ | bool | 1 | 17 |
Offset | Contents | Type |
---|---|---|
0 | .data_ | char const* |
8 | .length_ | SQLBuffer::size_type |
16 | .type_ | mysql_type_info |
17 | .is_null_ | bool |
18 | padding |