IDA C++ SDK 9.2
Loading...
Searching...
No Matches
vd_failure_t Struct Reference

Exception object: decompiler exception. More...

#include <hexrays.hpp>

Inheritance diagram for vd_failure_t:
vd_interr_t

Public Member Functions

 vd_failure_t ()
 vd_failure_t (merror_t code, ea_t ea, const char *buf=nullptr)
 vd_failure_t (merror_t code, ea_t ea, const qstring &buf)
 vd_failure_t (const hexrays_failure_t &_hf)
qstring desc () const
virtual const char * what () const noexcept override
 ~vd_failure_t () throw ()

Public Attributes

hexrays_failure_t hf

Detailed Description

Exception object: decompiler exception.

Constructor & Destructor Documentation

◆ vd_failure_t() [1/4]

vd_failure_t::vd_failure_t ( )
inline

◆ vd_failure_t() [2/4]

vd_failure_t::vd_failure_t ( merror_t code,
ea_t ea,
const char * buf = nullptr )
inline

◆ vd_failure_t() [3/4]

vd_failure_t::vd_failure_t ( merror_t code,
ea_t ea,
const qstring & buf )
inline

◆ vd_failure_t() [4/4]

vd_failure_t::vd_failure_t ( const hexrays_failure_t & _hf)
inline

◆ ~vd_failure_t()

vd_failure_t::~vd_failure_t ( )
throw ( )
inline

Member Function Documentation

◆ desc()

qstring vd_failure_t::desc ( ) const
inline

◆ what()

virtual const char * vd_failure_t::what ( ) const
inlineoverridevirtualnoexcept

Member Data Documentation

◆ hf

hexrays_failure_t vd_failure_t::hf

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