Represents a field with a hexadecimal display, typically bitfields, addresses, sizes, etc.
More...
#include <dumper.h>
|
|
| HexDisplay (unsigned width) |
| |
|
void | DisplayValue (Dumper &dump, std::tuple< offset_t > values) override |
| |
|
virtual bool | IsMissing (std::tuple< Ts... > &values) |
| | Returns true if the specified value is such that it should not be displayed.
|
| |
|
virtual void | DisplayValue (Dumper &dump, std::tuple< Ts... > values)=0 |
| | Prints the value through the Dumper, different types of fields can be displayed in different ways.
|
| |
|
| static std::shared_ptr< HexDisplay > | Make (unsigned width=8) |
| | Creates a hexadecimal display.
|
| |
Represents a field with a hexadecimal display, typically bitfields, addresses, sizes, etc.
◆ Make()
| static std::shared_ptr< HexDisplay > Dumper::HexDisplay::Make |
( |
unsigned | width = 8 | ) |
|
|
inlinestatic |
Creates a hexadecimal display.
- Parameters
-
| [in] | width | The number of characters to use, padded on the left with zeroes |
- Returns
- A hexadecimal display
The documentation for this class was generated from the following files:
- src/dumper/dumper.h
- src/dumper/dumper.cc