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