casa
$Rev:20696$
|
#include <Array.h>
Public Types | |
typedef T | value_type |
typedef value_type * | pointer |
typedef value_type & | reference |
typedef std::size_t | size_type |
typedef ptrdiff_t | difference_type |
typedef std::forward_iterator_tag | iterator_category |
Public Member Functions | |
IteratorSTL (Array< T > &arr) | |
Create the begin iterator object for an Array. | |
IteratorSTL (const T *end=0) | |
Create the end iterator object for an Array. | |
const IteratorSTL & | operator++ () |
IteratorSTL | operator++ (int) |
T & | operator* () |
T * | operator-> () |
typedef ptrdiff_t casa::Array< T >::IteratorSTL::difference_type |
typedef std::forward_iterator_tag casa::Array< T >::IteratorSTL::iterator_category |
typedef value_type* casa::Array< T >::IteratorSTL::pointer |
typedef value_type& casa::Array< T >::IteratorSTL::reference |
typedef std::size_t casa::Array< T >::IteratorSTL::size_type |
typedef T casa::Array< T >::IteratorSTL::value_type |
casa::Array< T >::IteratorSTL::IteratorSTL | ( | Array< T > & | arr | ) | [inline, explicit] |
casa::Array< T >::IteratorSTL::IteratorSTL | ( | const T * | end = 0 | ) | [inline, explicit] |
T& casa::Array< T >::IteratorSTL::operator* | ( | ) | [inline] |
Definition at line 637 of file Array.h.
References casa::Array< T >::BaseIteratorSTL::getPos().
const IteratorSTL& casa::Array< T >::IteratorSTL::operator++ | ( | ) | [inline] |
Definition at line 625 of file Array.h.
References casa::Array< T >::BaseIteratorSTL::nextElem().
IteratorSTL casa::Array< T >::IteratorSTL::operator++ | ( | int | ) | [inline] |
Definition at line 630 of file Array.h.
References casa::Array< T >::BaseIteratorSTL::nextElem().
T* casa::Array< T >::IteratorSTL::operator-> | ( | ) | [inline] |
Definition at line 639 of file Array.h.
References casa::Array< T >::BaseIteratorSTL::getPos().