|
|
| IdDisplay (const std::map< offset_t, std::string > &names) |
| |
|
void | DisplayValue (Dumper::Dumper &dump, std::tuple< Identifier > 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< IdDisplay > | Make () |
| |
|
static std::shared_ptr< IdDisplay > | Make (const std::map< offset_t, std::string > &names) |
| |
|
|
std::map< offset_t, std::string > | names |
| |
The documentation for this class was generated from the following files:
- src/format/neexe.h
- src/format/neexe.cc