LIEF: Library to Instrument Executable Formats Version 0.17.0
Loading...
Searching...
No Matches
LIEF::dwarf::editor::Function::Parameter Class Reference

This class represents a parameter of the current function (DW_TAG_formal_parameter) More...

#include <Function.hpp>

Public Member Functions

 Parameter ()=delete
 
 Parameter (std::unique_ptr< details::FunctionParameter > impl)
 
 ~Parameter ()
 

Detailed Description

This class represents a parameter of the current function (DW_TAG_formal_parameter)

Constructor & Destructor Documentation

◆ Parameter() [1/2]

LIEF::dwarf::editor::Function::Parameter::Parameter ( )
delete

◆ Parameter() [2/2]

LIEF::dwarf::editor::Function::Parameter::Parameter ( std::unique_ptr< details::FunctionParameter > impl)

◆ ~Parameter()

LIEF::dwarf::editor::Function::Parameter::~Parameter ( )

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