|
BearParser
Portable Executable parsing library (from PE-bear)
|
#include <Formatter.h>

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 | |
| AbstractByteBuffer * | buf |
Definition at line 36 of file Formatter.h.
|
inline |