BinaryNinja::HighLevelILOperandList Class Reference

Public Types

typedef ListIterator const_iterator
 

Public Member Functions

 HighLevelILOperandList (const HighLevelILInstruction &instr, const std::vector< HighLevelILOperandUsage > &usageList, const std::unordered_map< HighLevelILOperandUsage, size_t > &operandIndexMap)
 
const_iterator begin () const
 
const_iterator end () const
 
size_t size () const
 
const HighLevelILOperand operator[] (size_t i) const
 
 operator std::vector< HighLevelILOperand > () const
 

Member Typedef Documentation

◆ const_iterator

Constructor & Destructor Documentation

◆ HighLevelILOperandList()

HighLevelILOperandList::HighLevelILOperandList ( const HighLevelILInstruction instr,
const std::vector< HighLevelILOperandUsage > &  usageList,
const std::unordered_map< HighLevelILOperandUsage, size_t > &  operandIndexMap 
)

Member Function Documentation

◆ begin()

HighLevelILOperandList::const_iterator HighLevelILOperandList::begin ( ) const

◆ end()

HighLevelILOperandList::const_iterator HighLevelILOperandList::end ( ) const

◆ operator std::vector< HighLevelILOperand >()

BinaryNinja::HighLevelILOperandList::operator std::vector< HighLevelILOperand > ( ) const

◆ operator[]()

const HighLevelILOperand HighLevelILOperandList::operator[] ( size_t  i) const

◆ size()

size_t HighLevelILOperandList::size ( ) const

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