RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
|
This class represents an entry that can be displayed in a file dump. More...
#include <dumper.h>
Public Member Functions | |
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. | |
This class represents an entry that can be displayed in a file dump.