ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DisassemblerArm::ExceptionArm Class Reference

Same as Disassembler::Exception except with a different constructor for ease of use in DisassemblerArm. More...

Inheritance diagram for DisassemblerArm::ExceptionArm:
Collaboration diagram for DisassemblerArm::ExceptionArm:

Public Member Functions

 ExceptionArm (const std::string &mesg, const DisassemblerArm *d, size_t bit=0)
 

Detailed Description

Same as Disassembler::Exception except with a different constructor for ease of use in DisassemblerArm.

This constructor should be used when an exception occurs during disassembly of an instruction; it is not suitable for errors that occur before or after (use superclass constructors for that case).

Definition at line 41 of file DisassemblerArm.h.

Constructor & Destructor Documentation

DisassemblerArm::ExceptionArm::ExceptionArm ( const std::string &  mesg,
const DisassemblerArm d,
size_t  bit = 0 
)
inline

Definition at line 43 of file DisassemblerArm.h.

References DisassemblerArm::insn.


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