ug4
ug::BlockSliceIndexView< index_type > Class Template Reference

#include <index_view.h>

Classes

struct  iterator
 

Public Member Functions

iterator begin ()
 
 BlockSliceIndexView (index_type from, index_type to, index_type block)
 
iterator end ()
 
bool is_in_view (const iterator &i)
 
bool is_in_view (index_type i)
 

Private Attributes

index_type m_from
 
index_type m_to
 

Constructor & Destructor Documentation

◆ BlockSliceIndexView()

template<typename index_type >
ug::BlockSliceIndexView< index_type >::BlockSliceIndexView ( index_type  from,
index_type  to,
index_type  block 
)
inline

Member Function Documentation

◆ begin()

template<typename index_type >
iterator ug::BlockSliceIndexView< index_type >::begin ( )
inline

◆ end()

template<typename index_type >
iterator ug::BlockSliceIndexView< index_type >::end ( )
inline

◆ is_in_view() [1/2]

template<typename index_type >
bool ug::BlockSliceIndexView< index_type >::is_in_view ( const iterator i)
inline

◆ is_in_view() [2/2]

template<typename index_type >
bool ug::BlockSliceIndexView< index_type >::is_in_view ( index_type  i)
inline

Member Data Documentation

◆ m_from

template<typename index_type >
index_type ug::BlockSliceIndexView< index_type >::m_from
private

◆ m_to

template<typename index_type >
index_type ug::BlockSliceIndexView< index_type >::m_to
private

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