BearParser
Portable Executable parsing library (from PE-bear)
Loading...
Searching...
No Matches
HexFormatter Class Reference

#include <Formatter.h>

Collaboration diagram for HexFormatter:

Public Member Functions

 HexFormatter (AbstractByteBuffer *buf)
 
- Public Member Functions inherited from Formatter
 Formatter (AbstractByteBuffer *buf, bool _isHex=false, bool _isSkipNonprintable=false)
 
void setHex (bool isEnabled)
 
void setSkipNonPrintable (bool isEnabled)
 
const QString operator[] (std::size_t idx) const
 
- Public Member Functions inherited from AbstractFormatter
 AbstractFormatter (AbstractByteBuffer *v_buf)
 
virtual ~AbstractFormatter ()
 

Additional Inherited Members

- Protected Attributes inherited from Formatter
bool isHex
 
bool isSkipNonprintable
 
- Protected Attributes inherited from AbstractFormatter
AbstractByteBufferbuf
 

Detailed Description

Definition at line 36 of file Formatter.h.

Constructor & Destructor Documentation

◆ HexFormatter()

HexFormatter::HexFormatter ( AbstractByteBuffer * buf)
inline

Definition at line 39 of file Formatter.h.


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