Member
|
Where defined
|
Description
|
reference
|
|
|
value_type
|
|
|
pointer
|
|
|
size_type
|
|
|
difference_type
|
|
|
iterator_category
|
|
|
__iterator (T* s, size_type p, size_type str, size_type ld_, block_dim_type bd)
|
|
|
__iterator (const self& x)
|
|
|
self&
operator= (const self& x)
|
|
|
__iterator ( )
|
|
|
reference
operator* () const
|
|
|
self&
operator ()
|
|
|
self&
operator+= (size_type n)
|
|
|
self
operator (int)
|
|
|
self&
operator-- ()
|
|
|
self&
operator-= (size_type n)
|
|
|
self
operator-- (int)
|
|
|
bool
operator!= (const self& x) const
|
|
|
bool
operator== (const self& x) const
|
|
|
bool
operator< (const self& x) const
|
|
|
size_type
index () const
|
|
|
T*
start
|
|
|
size_type
pos
|
|
|
size_type
stride
|
|
|
size_type
ld
|
|
|
block_dim_type
bdim
|
|
|