Binary Ninja API C++: BinaryNinja::Variable Struct Reference
Public Member Functions | |
| Variable () | |
| Variable (BNVariableSourceType type, uint64_t storage) | |
| Variable (BNVariableSourceType type, uint32_t index, uint64_t storage) | |
| Variable (const BNVariable &var) | |
| Variable (const Variable &)=default | |
| Variable & | operator= (const Variable &)=default |
| Variable (Variable &&)=default | |
| Variable & | operator= (Variable &&)=default |
| bool | operator== (const Variable &var) const |
| bool | operator!= (const Variable &var) const |
| bool | operator< (const Variable &var) const |
| uint64_t | ToIdentifier () const |
Static Public Member Functions | |
| static Variable | FromIdentifier (uint64_t id) |
◆ Variable() [1/6]
|
inline |
◆ Variable() [2/6]
◆ Variable() [3/6]
|
inline |
◆ Variable() [4/6]
|
inline |
◆ Variable() [5/6]
|
default |
◆ Variable() [6/6]
|
default |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
|
inline |
◆ operator!=()
|
inline |
◆ operator<()
|
inline |
◆ ToIdentifier()
| uint64_t Variable::ToIdentifier | ( | ) | const |
◆ FromIdentifier()
|
static |