LIEF: Library to Instrument Executable Formats Version 0.17.0
Loading...
Searching...
No Matches
LIEF::PE::unwind_x64::Spare Class Reference

#include <UnwindCodeX64.hpp>

Inheritance diagram for LIEF::PE::unwind_x64::Spare:
Collaboration diagram for LIEF::PE::unwind_x64::Spare:

Public Member Functions

 Spare ()
std::string to_string () const override
 Pretty representation.
 ~Spare () override=default
Public Member Functions inherited from LIEF::PE::unwind_x64::Code
 Code ()=delete
 Code (const Code &)=default
Codeoperator= (const Code &)=default
 Code (Code &&)=default
Codeoperator= (Code &&)=default
virtual ~Code ()=default
 Code (OPCODE opcode, uint32_t pos)
 Code (OPCODE opcode)
OPCODE opcode () const
 The original opcode.
uint32_t position () const
 Offset in the prolog.

Static Public Member Functions

static bool classof (const Code *code)

Additional Inherited Members

Public Types inherited from LIEF::PE::unwind_x64::Code
using OPCODE = RuntimeFunctionX64::UNWIND_OPCODES
using REG = RuntimeFunctionX64::UNWIND_REG

Constructor & Destructor Documentation

◆ Spare()

LIEF::PE::unwind_x64::Spare::Spare ( )
inline

◆ ~Spare()

LIEF::PE::unwind_x64::Spare::~Spare ( )
overridedefault

Member Function Documentation

◆ classof()

bool LIEF::PE::unwind_x64::Spare::classof ( const Code * code)
inlinestatic

◆ to_string()

std::string LIEF::PE::unwind_x64::Spare::to_string ( ) const
inlineoverridevirtual

Pretty representation.

Reimplemented from LIEF::PE::unwind_x64::Code.


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