ug4
ug::SliceIndexView< index_type > Class Template Reference

#include <index_view.h>

Classes

struct  iterator
 

Public Member Functions

iterator begin ()
 
iterator end ()
 
bool is_in_view (index_type i)
 
 SliceIndexView (index_type from, index_type to)
 

Private Attributes

index_type m_from
 
index_type m_to
 

Constructor & Destructor Documentation

◆ SliceIndexView()

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

Member Function Documentation

◆ begin()

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

◆ end()

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

◆ is_in_view()

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

Member Data Documentation

◆ m_from

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

◆ m_to

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

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