BearParser
Portable Executable parsing library (from PE-bear)
|
#include <AbstractByteBuffer.h>
Public Member Functions | |
BufferException (const QString info) | |
Public Member Functions inherited from CustomException | |
CustomException (const QString info, const int32_t code=UNKNOWN_EXCEPTION) | |
CustomException (const int32_t code) | |
virtual | ~CustomException () throw () |
QString | getInfo () |
int | getCode () |
virtual const char * | what () const throw () |
Additional Inherited Members | |
Protected Member Functions inherited from CustomException | |
virtual QString | codeToString () |
Protected Attributes inherited from CustomException | |
QString | m_info |
std::string | m_strInfo |
const int | m_code |
Definition at line 21 of file AbstractByteBuffer.h.
|
inline |
Definition at line 24 of file AbstractByteBuffer.h.