BinaryNinja::LowLevelILIntegerList Class Reference

Public Types

typedef ListIterator const_iterator
 

Public Member Functions

 LowLevelILIntegerList (LowLevelILFunction *func, const BNLowLevelILInstruction &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

◆ LowLevelILIntegerList()

LowLevelILIntegerList::LowLevelILIntegerList ( LowLevelILFunction func,
const BNLowLevelILInstruction instr,
size_t  count 
)

Member Function Documentation

◆ begin()

LowLevelILIntegerList::const_iterator LowLevelILIntegerList::begin ( ) const

◆ end()

LowLevelILIntegerList::const_iterator LowLevelILIntegerList::end ( ) const

◆ operator std::vector< uint64_t >()

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

◆ operator[]()

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

◆ size()

size_t LowLevelILIntegerList::size ( ) const

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