Public Member Functions | |
| ReturnValue (Type *ty) | |
| ReturnValue (Ref< Type > ty) | |
| ReturnValue (const Confidence< Ref< Type > > &ty) | |
| ReturnValue (const Confidence< Ref< Type > > &ty, bool defaultLoc, const Confidence< ValueLocation > &loc) | |
| ReturnValue ()=default | |
| bool | operator== (const ReturnValue &nt) const |
| bool | operator!= (const ReturnValue &nt) const |
| BNReturnValue | ToAPIObject () const |
Static Public Member Functions | |
| static ReturnValue | FromAPIObject (const BNReturnValue *returnValue) |
| static void | FreeAPIObject (BNReturnValue *returnValue) |
Public Attributes | |
| Confidence< Ref< Type > > | type |
| bool | defaultLocation = true |
| Confidence< ValueLocation > | location |
|
inline |
|
inline |
|
inline |
|
default |
| bool ReturnValue::operator== | ( | const ReturnValue & | nt | ) | const |
| bool ReturnValue::operator!= | ( | const ReturnValue & | nt | ) | const |
|
static |
| BNReturnValue ReturnValue::ToAPIObject | ( | ) | const |
|
static |
| Confidence<Ref<Type> > BinaryNinja::ReturnValue::type |
| bool BinaryNinja::ReturnValue::defaultLocation = true |
| Confidence<ValueLocation> BinaryNinja::ReturnValue::location |