RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Dumper::Display< Ts > Class Template Referenceabstract

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.
 

Detailed Description

template<typename ... Ts>
class Dumper::Display< Ts >

This class represents an entry that can be displayed in a file dump.


The documentation for this class was generated from the following file: