BinaryNinja::HighLevelILIntegerList Class Reference

Public Types

typedef ListIterator const_iterator
 

Public Member Functions

 HighLevelILIntegerList (HighLevelILFunction *func, const BNHighLevelILInstruction &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

◆ HighLevelILIntegerList()

HighLevelILIntegerList::HighLevelILIntegerList ( HighLevelILFunction func,
const BNHighLevelILInstruction instr,
size_t  count 
)

Member Function Documentation

◆ begin()

HighLevelILIntegerList::const_iterator HighLevelILIntegerList::begin ( ) const

◆ end()

HighLevelILIntegerList::const_iterator HighLevelILIntegerList::end ( ) const

◆ operator std::vector< uint64_t >()

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

◆ operator[]()

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

◆ size()

size_t HighLevelILIntegerList::size ( ) const

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