Public Member Functions | |
| FunctionParameter ()=default | |
| FunctionParameter (const std::string &name, Confidence< Ref< Type > > type) | |
| FunctionParameter (const std::string &name, const Confidence< Ref< Type > > &type, bool defaultLocation, const Variable &location) | |
Public Attributes | |
| std::string | name |
| Confidence< Ref< Type > > | type |
| bool | defaultLocation |
| Variable | location |
|
default |
|
inline |
|
inline |
| std::string BinaryNinja::FunctionParameter::name |
| Confidence<Ref<Type> > BinaryNinja::FunctionParameter::type |
| bool BinaryNinja::FunctionParameter::defaultLocation |
| Variable BinaryNinja::FunctionParameter::location |