A value displayed as a colon-separated pair, typically 8086 segmented addresses.
More...
#include <dumper.h>
|
|
| SegmentedDisplay (unsigned width) |
| |
|
void | DisplayValue (Dumper &dump, std::tuple< offset_t, 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< SegmentedDisplay > | Make (unsigned width=4) |
| | Create a segmented display of two hexadecimal values.
|
| |
A value displayed as a colon-separated pair, typically 8086 segmented addresses.
◆ Make()
| static std::shared_ptr< SegmentedDisplay > Dumper::SegmentedDisplay::Make |
( |
unsigned | width = 4 | ) |
|
|
inlinestatic |
Create a segmented display of two hexadecimal values.
- Parameters
-
| [in] | width | The width (in characters) of the offset field, the segment field is always 4 characters wide |
- Returns
- A segmented display
The documentation for this class was generated from the following files:
- src/dumper/dumper.h
- src/dumper/dumper.cc