|
|
| bolt::amp::constant_iterator< value_type >::constant_iterator (value_type init, const control &ctl=control::getDefault()) |
| |
|
template<typename OtherType > |
| | bolt::amp::constant_iterator< value_type >::constant_iterator (const constant_iterator< OtherType > &rhs) |
| |
|
constant_iterator< value_type > & | bolt::amp::constant_iterator< value_type >::operator= (const constant_iterator< value_type > &rhs) |
| |
|
constant_iterator< value_type > & | bolt::amp::constant_iterator< value_type >::operator+= (const difference_type &n) |
| |
const constant_iterator
< value_type > | bolt::amp::constant_iterator< value_type >::operator+ (const difference_type &n) const |
| |
const constant_iterator
< value_type > | bolt::amp::constant_iterator< value_type >::operator- (const difference_type &n) const |
| |
const constant_iterator
< value_type > & | bolt::amp::constant_iterator< value_type >::getBuffer (const_iterator itr) const |
| |
const constant_iterator
< value_type > & | bolt::amp::constant_iterator< value_type >::getContainer () const |
| |
|
difference_type | bolt::amp::constant_iterator< value_type >::operator- (const constant_iterator< value_type > &rhs) const |
| |
|
void | bolt::amp::constant_iterator< value_type >::advance (difference_type n) |
| |
|
value_type * | bolt::amp::constant_iterator< value_type >::getPointer () |
| |
|
const value_type * | bolt::amp::constant_iterator< value_type >::getPointer () const |
| |
|
constant_iterator< value_type > | bolt::amp::constant_iterator< value_type >::operator++ () |
| |
|
constant_iterator< value_type > | bolt::amp::constant_iterator< value_type >::operator++ (int) const |
| |
|
constant_iterator< value_type > | bolt::amp::constant_iterator< value_type >::operator-- () const |
| |
|
constant_iterator< value_type > | bolt::amp::constant_iterator< value_type >::operator-- (int) const |
| |
|
difference_type | bolt::amp::constant_iterator< value_type >::getIndex () const |
| |
|
template<typename OtherType > |
| bool | bolt::amp::constant_iterator< value_type >::operator== (const constant_iterator< OtherType > &rhs) const |
| |
|
template<typename OtherType > |
| bool | bolt::amp::constant_iterator< value_type >::operator!= (const constant_iterator< OtherType > &rhs) const |
| |
|
template<typename OtherType > |
| bool | bolt::amp::constant_iterator< value_type >::operator< (const constant_iterator< OtherType > &rhs) const |
| |
|
value_type | bolt::amp::constant_iterator< value_type >::operator* () const restrict(cpu |
| |
|
value_type | bolt::amp::constant_iterator< value_type >::operator[] (int x) const restrict(cpu |
| |
|
template<typename Type > |
| constant_iterator< Type > | bolt::amp::make_constant_iterator (Type constValue) |
| |