ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Fields |
| Memory Layout |
| Name | ConnectionInfo |
|---|---|
| Type | STRUCT |
| Fields | 3 |
| Source | cpool.h |
| Namespace | mysqlpp::ConnectionPool |
| Size | 24 |
| Usage | The type is used by 1 type. |
| PADDING | FIELD |
| BIT-FIELD |
| Pos | Name | Type | Size | Offset |
|---|---|---|---|---|
| 0 | conn | mysqlpp::Connection* | 8 | 0 |
| 1 | last_used | time_t | 8 | 8 |
| 2 | in_use | bool | 1 | 16 |
| Offset | Contents | Type |
|---|---|---|
| 0 | .conn | mysqlpp::Connection* |
| 8 | .last_used | time_t |
| 16 | .in_use | bool |
| 17 | padding |