Latest available version: IDA and decompilers v8.3.230608 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
ivl_tpl< T > Struct Template Reference
Inheritance diagram for ivl_tpl< T >:
ivl_t

Public Member Functions

 ivl_tpl (T _off, T _size)
 
bool valid () const
 
end () const
 
last () const
 

Public Attributes

off
 
size
 

Detailed Description

template<class T>
struct ivl_tpl< T >

Definition at line 1834 of file hexrays.hpp.

Constructor & Destructor Documentation

◆ ivl_tpl()

template<class T >
ivl_tpl< T >::ivl_tpl ( _off,
_size 
)

Definition at line 1840 of file hexrays.hpp.

Member Function Documentation

◆ end()

template<class T >
T ivl_tpl< T >::end ( void  ) const

Definition at line 1842 of file hexrays.hpp.

◆ last()

template<class T >
T ivl_tpl< T >::last ( void  ) const

Definition at line 1843 of file hexrays.hpp.

◆ valid()

template<class T >
bool ivl_tpl< T >::valid ( ) const

Definition at line 1841 of file hexrays.hpp.

Member Data Documentation

◆ off

template<class T >
T ivl_tpl< T >::off

Definition at line 1838 of file hexrays.hpp.

◆ size

template<class T >
T ivl_tpl< T >::size

Definition at line 1839 of file hexrays.hpp.