BinaryNinja::HighLevelILSSAVariableList Class Reference

Public Types

typedef ListIterator const_iterator
 

Public Member Functions

 HighLevelILSSAVariableList (HighLevelILFunction *func, const BNHighLevelILInstruction &instr, size_t count)
 
const_iterator begin () const
 
const_iterator end () const
 
size_t size () const
 
const SSAVariable operator[] (size_t i) const
 
 operator std::vector< SSAVariable > () const
 

Member Typedef Documentation

◆ const_iterator

Constructor & Destructor Documentation

◆ HighLevelILSSAVariableList()

HighLevelILSSAVariableList::HighLevelILSSAVariableList ( HighLevelILFunction func,
const BNHighLevelILInstruction instr,
size_t  count 
)

Member Function Documentation

◆ begin()

HighLevelILSSAVariableList::const_iterator HighLevelILSSAVariableList::begin ( ) const

◆ end()

HighLevelILSSAVariableList::const_iterator HighLevelILSSAVariableList::end ( ) const

◆ operator std::vector< SSAVariable >()

BinaryNinja::HighLevelILSSAVariableList::operator std::vector< SSAVariable > ( ) const

◆ operator[]()

const SSAVariable HighLevelILSSAVariableList::operator[] ( size_t  i) const

◆ size()

size_t HighLevelILSSAVariableList::size ( ) const

The documentation for this class was generated from the following files: