Public Types | |
| typedef ListIterator | const_iterator |
Public Member Functions | |
| LowLevelILOperandList (const LowLevelILInstruction &instr, const std::vector< LowLevelILOperandUsage > &usageList, const std::unordered_map< LowLevelILOperandUsage, size_t > &operandIndexMap) | |
| const_iterator | begin () const |
| const_iterator | end () const |
| size_t | size () const |
| const LowLevelILOperand | operator[] (size_t i) const |
| operator std::vector< LowLevelILOperand > () const | |
| typedef ListIterator BinaryNinja::LowLevelILOperandList::const_iterator |
| LowLevelILOperandList::LowLevelILOperandList | ( | const LowLevelILInstruction & | instr, |
| const std::vector< LowLevelILOperandUsage > & | usageList, | ||
| const std::unordered_map< LowLevelILOperandUsage, size_t > & | operandIndexMap | ||
| ) |
| LowLevelILOperandList::const_iterator LowLevelILOperandList::begin | ( | ) | const |
| LowLevelILOperandList::const_iterator LowLevelILOperandList::end | ( | ) | const |
| BinaryNinja::LowLevelILOperandList::operator std::vector< LowLevelILOperand > | ( | ) | const |
| const LowLevelILOperand LowLevelILOperandList::operator[] | ( | size_t | i | ) | const |
| size_t LowLevelILOperandList::size | ( | ) | const |