Public Types | |
| typedef ListIterator | const_iterator |
Public Member Functions | |
| LowLevelILInstructionList (LowLevelILFunction *func, const BNLowLevelILInstruction &instr, size_t count, size_t instrIndex) | |
| const_iterator | begin () const |
| const_iterator | end () const |
| size_t | size () const |
| const LowLevelILInstruction | operator[] (size_t i) const |
| operator std::vector< LowLevelILInstruction > () const | |
| typedef ListIterator BinaryNinja::LowLevelILInstructionList::const_iterator |
| LowLevelILInstructionList::LowLevelILInstructionList | ( | LowLevelILFunction * | func, |
| const BNLowLevelILInstruction & | instr, | ||
| size_t | count, | ||
| size_t | instrIndex | ||
| ) |
| LowLevelILInstructionList::const_iterator LowLevelILInstructionList::begin | ( | ) | const |
| LowLevelILInstructionList::const_iterator LowLevelILInstructionList::end | ( | ) | const |
| BinaryNinja::LowLevelILInstructionList::operator std::vector< LowLevelILInstruction > | ( | ) | const |
| const LowLevelILInstruction LowLevelILInstructionList::operator[] | ( | size_t | i | ) | const |
| size_t LowLevelILInstructionList::size | ( | ) | const |