ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Fields |
| Memory Layout |
| Name | CommandLineBase |
|---|---|
| Type | CLASS |
| Fields | 6 |
| Source | cmdline.h |
| Namespace | mysqlpp |
| Size | 64 |
| Usage | The type is used by 5 symbols. |
| PADDING | FIELD |
| V-TABLE | BASE |
| BIT-FIELD |
| Pos | Name | Type | Size | Offset |
|---|---|---|---|---|
| 0 | _vptr | int(*)(...) | 8 | 0 |
| 1 | argc_ | int | 4 | 8 |
| 2 | argv_ | char*const* | 8 | 16 |
| 3 | opts_ | char const* | 8 | 24 |
| 4 | successful_ | bool | 1 | 32 |
| 5 | extra_args_ | CommandLineBase::ArgumentList | 24 | 40 |
| Offset | Contents | Type |
|---|---|---|
| 0 | ._vptr | int(*)(...) |
| 8 | .argc_ | int |
| 12 | padding | |
| 16 | .argv_ | char*const* |
| 24 | .opts_ | char const* |
| 32 | .successful_ | bool |
| 33 | padding | |
| 40 | .extra_args_ | CommandLineBase::ArgumentList |