Public Types | |
| typedef ListIterator | const_iterator |
Public Member Functions | |
| MediumLevelILVariableList (MediumLevelILFunction *func, const BNMediumLevelILInstruction &instr, size_t count) | |
| const_iterator | begin () const |
| const_iterator | end () const |
| size_t | size () const |
| const Variable | operator[] (size_t i) const |
| operator std::vector< Variable > () const | |
| typedef ListIterator BinaryNinja::MediumLevelILVariableList::const_iterator |
| MediumLevelILVariableList::MediumLevelILVariableList | ( | MediumLevelILFunction * | func, |
| const BNMediumLevelILInstruction & | instr, | ||
| size_t | count | ||
| ) |
| MediumLevelILVariableList::const_iterator MediumLevelILVariableList::begin | ( | ) | const |
| MediumLevelILVariableList::const_iterator MediumLevelILVariableList::end | ( | ) | const |
| BinaryNinja::MediumLevelILVariableList::operator std::vector< Variable > | ( | ) | const |
| const Variable MediumLevelILVariableList::operator[] | ( | size_t | i | ) | const |
| size_t MediumLevelILVariableList::size | ( | ) | const |