LIEF: Library to Instrument Executable Formats Version 0.15.1
|
This class wraps a DWARF function's parameter. More...
#include <Function.hpp>
Public Member Functions | |
Parameter (std::unique_ptr< details::Parameter > impl) | |
Parameter (Parameter &&other) noexcept | |
Parameter & | operator= (Parameter &&other) noexcept |
std::string | name () const |
Name of the parameter. | |
std::unique_ptr< Type > | type () const |
Type of the parameter. | |
~Parameter () | |
This class wraps a DWARF function's parameter.
LIEF::dwarf::Function::Parameter::Parameter | ( | std::unique_ptr< details::Parameter > | impl | ) |
|
noexcept |
LIEF::dwarf::Function::Parameter::~Parameter | ( | ) |
std::string LIEF::dwarf::Function::Parameter::name | ( | ) | const |
Name of the parameter.