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 | |
| typedef ListIterator BinaryNinja::HighLevelILOperandList::const_iterator |
| HighLevelILOperandList::HighLevelILOperandList | ( | const HighLevelILInstruction & | instr, |
| const std::vector< HighLevelILOperandUsage > & | usageList, | ||
| const std::unordered_map< HighLevelILOperandUsage, size_t > & | operandIndexMap | ||
| ) |
| HighLevelILOperandList::const_iterator HighLevelILOperandList::begin | ( | ) | const |
| HighLevelILOperandList::const_iterator HighLevelILOperandList::end | ( | ) | const |
| BinaryNinja::HighLevelILOperandList::operator std::vector< HighLevelILOperand > | ( | ) | const |
| const HighLevelILOperand HighLevelILOperandList::operator[] | ( | size_t | i | ) | const |
| size_t HighLevelILOperandList::size | ( | ) | const |