Public Member Functions | |
| FunctionParameter ()=default | |
| FunctionParameter (const std::string &name, Confidence< Ref< Type > > type) | |
| FunctionParameter (const std::string &name, const Confidence< Ref< Type > > &type, BNValueLocationSource source, const ValueLocation &location) | |
| BNFunctionParameter | ToAPIObject () const |
Static Public Member Functions | |
| static FunctionParameter | FromAPIObject (const BNFunctionParameter *param) |
| static void | FreeAPIObject (BNFunctionParameter *param) |
Public Attributes | |
| std::string | name |
| Confidence< Ref< Type > > | type |
| BNValueLocationSource | locationSource |
| ValueLocation | location |
|
default |
|
inline |
|
inline |
|
static |
| BNFunctionParameter FunctionParameter::ToAPIObject | ( | ) | const |
|
static |
| std::string BinaryNinja::FunctionParameter::name |
| Confidence<Ref<Type> > BinaryNinja::FunctionParameter::type |
| BNValueLocationSource BinaryNinja::FunctionParameter::locationSource |
| ValueLocation BinaryNinja::FunctionParameter::location |