astrotypes
0.0
|
#include <src/cpp/pss/astrotypes/multiarray/View.h>
Public Types | |
typedef ViewIterator< SelfType > | Iterator |
typedef const ViewIterator< SelfType > | ConstIterator |
Public Member Functions | |
View (MultiArrayType &) | |
~View () | |
Iterator | begin () |
Iterator | end () |
ConstIterator | begin () const |
ConstIterator | end () const |
ConstIterator | cbegin () const |
ConstIterator | cend () const |
typedef const ViewIterator<SelfType> pss::astrotypes::View< MultiArrayType >::ConstIterator |
typedef ViewIterator<SelfType> pss::astrotypes::View< MultiArrayType >::Iterator |
pss::astrotypes::View< MultiArrayType >::View | ( | MultiArrayType & | array | ) |
pss::astrotypes::View< MultiArrayType >::~View | ( | ) |
View::Iterator pss::astrotypes::View< MultiArrayType >::begin | ( | ) |
View::ConstIterator pss::astrotypes::View< MultiArrayType >::begin | ( | ) | const |
View::ConstIterator pss::astrotypes::View< MultiArrayType >::cbegin | ( | ) | const |
View::ConstIterator pss::astrotypes::View< MultiArrayType >::cend | ( | ) | const |
View::Iterator pss::astrotypes::View< MultiArrayType >::end | ( | ) |
View::ConstIterator pss::astrotypes::View< MultiArrayType >::end | ( | ) | const |