BinaryNinja::VariableNameAndType Struct Reference

Public Member Functions

bool operator== (const VariableNameAndType &a)
 
bool operator!= (const VariableNameAndType &a)
 

Public Attributes

Variable var
 
Confidence< Ref< Type > > type
 
std::string name
 
bool autoDefined
 

Member Function Documentation

◆ operator!=()

bool BinaryNinja::VariableNameAndType::operator!= ( const VariableNameAndType a)
inline

◆ operator==()

bool BinaryNinja::VariableNameAndType::operator== ( const VariableNameAndType a)
inline

Member Data Documentation

◆ autoDefined

bool BinaryNinja::VariableNameAndType::autoDefined

◆ name

std::string BinaryNinja::VariableNameAndType::name

◆ type

Confidence<Ref<Type> > BinaryNinja::VariableNameAndType::type

◆ var

Variable BinaryNinja::VariableNameAndType::var

The documentation for this struct was generated from the following file: