Public Types | |
typedef ListIterator | const_iterator |
Public Member Functions | |
MediumLevelILOperandList (const MediumLevelILInstruction &instr, const std::vector< MediumLevelILOperandUsage > &usageList, const std::unordered_map< MediumLevelILOperandUsage, size_t > &operandIndexMap) | |
const_iterator | begin () const |
const_iterator | end () const |
size_t | size () const |
const MediumLevelILOperand | operator[] (size_t i) const |
operator std::vector< MediumLevelILOperand > () const | |
typedef ListIterator BinaryNinja::MediumLevelILOperandList::const_iterator |
MediumLevelILOperandList::MediumLevelILOperandList | ( | const MediumLevelILInstruction & | instr, |
const std::vector< MediumLevelILOperandUsage > & | usageList, | ||
const std::unordered_map< MediumLevelILOperandUsage, size_t > & | operandIndexMap | ||
) |
MediumLevelILOperandList::const_iterator MediumLevelILOperandList::begin | ( | ) | const |
MediumLevelILOperandList::const_iterator MediumLevelILOperandList::end | ( | ) | const |
BinaryNinja::MediumLevelILOperandList::operator std::vector< MediumLevelILOperand > | ( | ) | const |
const MediumLevelILOperand MediumLevelILOperandList::operator[] | ( | size_t | i | ) | const |
size_t MediumLevelILOperandList::size | ( | ) | const |