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

A representation of a named value within a structure. More...

#include <dumper.h>

Inheritance diagram for Dumper::Field:
Dumper::FieldOf< Ts >

Public Member Functions

 Field (std::string label, bool optional_field, bool internal)
 
virtual bool ShouldDisplay ()=0
 
virtual void DisplayValue (Dumper &dump)=0
 

Public Attributes

std::string label
 The name to be displayed.
 
bool optional_field
 If the field is optional, it will not be displayed for certain values.
 
bool internal
 The field should not be displayed, it is for internal use (alternatively, it can be displayed through another method)
 

Detailed Description

A representation of a named value within a structure.


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