SkePU  1.2
 All Classes Namespaces Files Functions Variables Enumerations Friends Macros Groups Pages
List of all members
skepu::Vector< T >::iterator< T > Class Template Reference

An vector iterator class. More...

Detailed Description

template<typename T>
template<typename T>
class skepu::Vector< T >::iterator< T >

An vector iterator class.

Author
Johan Enmyren, Usman Dastgeer
Version
0.7

An iterator class for skepu::Vector. behaves like the vector iterator for std::vector but similar to skepu::Vector it sometimes returns a proxy_elem instead of the actual element. Also makes sure the vector is properly synchronized with device before returning any elements.


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