BinaryNinja::LowLevelILIndexList Class Reference

Public Types

typedef ListIterator const_iterator
 

Public Member Functions

 LowLevelILIndexList (LowLevelILFunction *func, const BNLowLevelILInstruction &instr, size_t count)
 
const_iterator begin () const
 
const_iterator end () const
 
size_t size () const
 
size_t operator[] (size_t i) const
 
 operator std::vector< size_t > () const
 

Member Typedef Documentation

◆ const_iterator

Constructor & Destructor Documentation

◆ LowLevelILIndexList()

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

Member Function Documentation

◆ begin()

LowLevelILIndexList::const_iterator LowLevelILIndexList::begin ( ) const

◆ end()

LowLevelILIndexList::const_iterator LowLevelILIndexList::end ( ) const

◆ operator std::vector< size_t >()

BinaryNinja::LowLevelILIndexList::operator std::vector< size_t > ( ) const

◆ operator[]()

size_t LowLevelILIndexList::operator[] ( size_t  i) const

◆ size()

size_t LowLevelILIndexList::size ( ) const

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