Latest available version: IDA and decompilers v8.4.240320sp1 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 1823 of file hexrays.hpp.

Constructor & Destructor Documentation

◆ ivl_tpl()

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

Definition at line 1829 of file hexrays.hpp.

Member Function Documentation

◆ end()

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

Definition at line 1831 of file hexrays.hpp.

◆ last()

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

Definition at line 1832 of file hexrays.hpp.

◆ valid()

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

Definition at line 1830 of file hexrays.hpp.

Member Data Documentation

◆ off

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

Definition at line 1827 of file hexrays.hpp.

◆ size

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

Definition at line 1828 of file hexrays.hpp.