BinaryNinja::MediumLevelILVariableList Class Reference

Public Types

typedef ListIterator const_iterator
 

Public Member Functions

 MediumLevelILVariableList (MediumLevelILFunction *func, const BNMediumLevelILInstruction &instr, size_t count)
 
const_iterator begin () const
 
const_iterator end () const
 
size_t size () const
 
const Variable operator[] (size_t i) const
 
 operator std::vector< Variable > () const
 

Member Typedef Documentation

◆ const_iterator

Constructor & Destructor Documentation

◆ MediumLevelILVariableList()

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

Member Function Documentation

◆ begin()

MediumLevelILVariableList::const_iterator MediumLevelILVariableList::begin ( ) const

◆ end()

MediumLevelILVariableList::const_iterator MediumLevelILVariableList::end ( ) const

◆ operator std::vector< Variable >()

BinaryNinja::MediumLevelILVariableList::operator std::vector< Variable > ( ) const

◆ operator[]()

const Variable MediumLevelILVariableList::operator[] ( size_t  i) const

◆ size()

size_t MediumLevelILVariableList::size ( ) const

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