BinaryNinja::MediumLevelILSSAVariableList Class Reference

Public Types

typedef ListIterator const_iterator
 

Public Member Functions

 MediumLevelILSSAVariableList (MediumLevelILFunction *func, const BNMediumLevelILInstruction &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

◆ MediumLevelILSSAVariableList()

MediumLevelILSSAVariableList::MediumLevelILSSAVariableList ( MediumLevelILFunction func,
const BNMediumLevelILInstruction instr,
size_t  count 
)

Member Function Documentation

◆ begin()

MediumLevelILSSAVariableList::const_iterator MediumLevelILSSAVariableList::begin ( ) const

◆ end()

MediumLevelILSSAVariableList::const_iterator MediumLevelILSSAVariableList::end ( ) const

◆ operator std::vector< SSAVariable >()

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

◆ operator[]()

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

◆ size()

size_t MediumLevelILSSAVariableList::size ( ) const

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