BinaryNinja::MediumLevelILIntegerList Class Reference

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
 

Member Typedef Documentation

◆ const_iterator

Constructor & Destructor Documentation

◆ MediumLevelILIntegerList()

MediumLevelILIntegerList::MediumLevelILIntegerList ( MediumLevelILFunction func,
const BNMediumLevelILInstruction instr,
size_t  count 
)

Member Function Documentation

◆ begin()

MediumLevelILIntegerList::const_iterator MediumLevelILIntegerList::begin ( ) const

◆ end()

MediumLevelILIntegerList::const_iterator MediumLevelILIntegerList::end ( ) const

◆ operator std::vector< uint64_t >()

BinaryNinja::MediumLevelILIntegerList::operator std::vector< uint64_t > ( ) const

◆ operator[]()

uint64_t MediumLevelILIntegerList::operator[] ( size_t  i) const

◆ size()

size_t MediumLevelILIntegerList::size ( ) const

The documentation for this class was generated from the following files: