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

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

Inheritance diagram for DisassemblerPowerpc::ExceptionPowerpc:
Collaboration diagram for DisassemblerPowerpc::ExceptionPowerpc:

Public Member Functions

 ExceptionPowerpc (const std::string &mesg, const DisassemblerPowerpc *d, size_t bit=0)
 

Detailed Description

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

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 24 of file DisassemblerPowerpc.h.

Constructor & Destructor Documentation

DisassemblerPowerpc::ExceptionPowerpc::ExceptionPowerpc ( const std::string &  mesg,
const DisassemblerPowerpc d,
size_t  bit = 0 
)
inline

Definition at line 26 of file DisassemblerPowerpc.h.

References DisassemblerPowerpc::insn.


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