ivl_tpl< T > Struct Template Reference
Inheritance diagram for ivl_tpl< T >:

Public Member Functions | |
ivl_tpl (T _off, T _size) | |
bool | valid () const |
T | end () const |
T | last () const |
Public Attributes | |
T | off |
T | size |
Detailed Description
template<class T>
struct ivl_tpl< T >
struct ivl_tpl< T >
Definition at line 1834 of file hexrays.hpp.
Constructor & Destructor Documentation
◆ ivl_tpl()
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.