This class represents a regular function parameter.
More...
#include <Parameter.hpp>
This class represents a regular function parameter.
For instance, given this prototype:
int main(int argc, const char** argv);
The function main
has two parameters::Formal parameters:
argc
(Parameter::name) typed as int
(types::Base from Parameter::type)
argv
(Parameter::name) typed as const char**
(types::Const from Parameter::type)
◆ ~Formal()
LIEF::dwarf::parameters::Formal::~Formal |
( |
| ) |
|
|
overridedefault |
◆ classof()
static bool LIEF::dwarf::parameters::Formal::classof |
( |
const Parameter * | P | ) |
|
|
inlinestatic |
◆ Parameter() [1/3]
LIEF::dwarf::Parameter::Parameter |
( |
| ) |
|
|
delete |
◆ Parameter() [2/3]
LIEF::dwarf::Parameter::Parameter |
( |
const Parameter & | | ) |
|
|
delete |
◆ Parameter() [3/3]
LIEF::dwarf::Parameter::Parameter |
( |
Parameter && | other | ) |
|
The documentation for this class was generated from the following file: