Binary Ninja API C++: BinaryNinja::FunctionParameter Struct Reference

BinaryNinja::FunctionParameter::FunctionParameter ( )
default

◆ FunctionParameter() [2/3]

BinaryNinja::FunctionParameter::FunctionParameter ( const std::string & name,
Confidence< Ref< Type > > type )
inline

◆ FunctionParameter() [3/3]

BinaryNinja::FunctionParameter::FunctionParameter ( const std::string & name,
const Confidence< Ref< Type > > & type,
bool defaultLocation,
const Variable & location )
inline

◆ name

std::string BinaryNinja::FunctionParameter::name

◆ type

◆ defaultLocation

bool BinaryNinja::FunctionParameter::defaultLocation

◆ location

Variable BinaryNinja::FunctionParameter::location