Binary Ninja API C++: Confidence
Loading...
Searching...
No Matches
◆ BinaryNinja::ConfidenceBase
class BinaryNinja::ConfidenceBase
Public Member Functions | |
| ConfidenceBase () | |
| ConfidenceBase (uint8_t conf) | |
| uint8_t | GetConfidence () const |
| uint8_t | GetCombinedConfidence (uint8_t base) const |
| void | SetConfidence (uint8_t conf) |
| bool | IsUnknown () const |
Static Public Member Functions | |
| static uint8_t | Combine (uint8_t a, uint8_t b) |
Protected Attributes | |
| uint8_t | m_confidence |
◆ ConfidenceBase() [1/2]
|
inline |
◆ ConfidenceBase() [2/2]
|
inline |
◆ Combine()
|
inlinestatic |
◆ GetConfidence()
|
inline |
◆ GetCombinedConfidence()
|
inline |
◆ SetConfidence()
|
inline |
◆ IsUnknown()
|
inline |
◆ m_confidence
|
uint8_t BinaryNinja::ConfidenceBase::m_confidence |
protected |
◆ BinaryNinja::Confidence
class BinaryNinja::Confidence
template<class T>
class BinaryNinja::Confidence< T >
Public Member Functions | |
| Confidence () | |
| Confidence (const T &value) | |
| Confidence (const T &value, uint8_t conf) | |
| Confidence (const Confidence< T > &v) | |
| operator T () const | |
| T * | operator-> () |
| const T * | operator-> () const |
| T | GetValue () const |
| void | SetValue (const T &value) |
| Confidence< T > & | operator= (const Confidence< T > &v) |
| Confidence< T > & | operator= (const T &value) |
| bool | operator< (const Confidence< T > &a) const |
| bool | operator== (const Confidence< T > &a) const |
| bool | operator!= (const Confidence< T > &a) const |
| Public Member Functions inherited from BinaryNinja::ConfidenceBase | |
| ConfidenceBase () | |
| ConfidenceBase (uint8_t conf) | |
| uint8_t | GetConfidence () const |
| uint8_t | GetCombinedConfidence (uint8_t base) const |
| void | SetConfidence (uint8_t conf) |
| bool | IsUnknown () const |
template<class T>
|
inline |
◆ Confidence() [2/4]
template<class T>
|
inline |
◆ Confidence() [3/4]
template<class T>
|
inline |
◆ Confidence() [4/4]
template<class T>
|
inline |
◆ operator T()
template<class T>
|
inline |
◆ operator->() [1/2]
template<class T>
|
inline |
◆ operator->() [2/2]
template<class T>
|
inline |
◆ GetValue()
template<class T>
|
inline |
◆ SetValue()
template<class T>
|
inline |
◆ operator=() [1/2]
template<class T>
|
inline |
◆ operator=() [2/2]
template<class T>
|
inline |
◆ operator<()
template<class T>
|
inline |
◆ operator==()
template<class T>
|
inline |
◆ operator!=()
template<class T>
|
inline |
◆ BinaryNinja::Confidence< Ref< T > >
class BinaryNinja::Confidence< Ref< T > >
template<class T>
class BinaryNinja::Confidence< Ref< T > >
Public Member Functions | |
| Confidence () | |
| Confidence (T *value) | |
| Confidence (T *value, uint8_t conf) | |
| Confidence (const Ref< T > &value) | |
| Confidence (const Ref< T > &value, uint8_t conf) | |
| Confidence (const Confidence< Ref< T > > &v) | |
| T * | operator-> () const |
| bool | operator! () const |
| const Ref< T > & | GetValue () const |
| void | SetValue (T *value) |
| void | SetValue (const Ref< T > &value) |
| Confidence< Ref< T > > & | operator= (const Confidence< Ref< T > > &v) |
| Confidence< Ref< T > > & | operator= (T *value) |
| Confidence< Ref< T > > & | operator= (const Ref< T > &value) |
| bool | operator< (const Confidence< Ref< T > > &a) const |
| bool | operator== (const Confidence< Ref< T > > &a) const |
| bool | operator!= (const Confidence< Ref< T > > &a) const |
| operator T () const | |
| Public Member Functions inherited from BinaryNinja::ConfidenceBase | |
| ConfidenceBase () | |
| ConfidenceBase (uint8_t conf) | |
| uint8_t | GetConfidence () const |
| uint8_t | GetCombinedConfidence (uint8_t base) const |
| void | SetConfidence (uint8_t conf) |
| bool | IsUnknown () const |
◆ Confidence() [1/6]
template<class T>
|
inline |
◆ Confidence() [2/6]
template<class T>
|
inline |
◆ Confidence() [3/6]
template<class T>
|
inline |
◆ Confidence() [4/6]
template<class T>
|
inline |
◆ Confidence() [5/6]
template<class T>
|
inline |
◆ Confidence() [6/6]
template<class T>
|
inline |
◆ operator->()
template<class T>
|
inline |
◆ operator!()
template<class T>
|
inline |
◆ GetValue()
template<class T>
|
inline |
◆ SetValue() [1/2]
template<class T>
|
inline |
◆ SetValue() [2/2]
template<class T>
|
inline |
◆ operator=() [1/3]
template<class T>
|
inline |
◆ operator=() [2/3]
template<class T>
|
inline |
◆ operator=() [3/3]
template<class T>
|
inline |
◆ operator<()
template<class T>
|
inline |
◆ operator==()
template<class T>
|
inline |
◆ operator!=()
template<class T>
|
inline |
◆ operator T()
|
inline |