SkePU(integratedwithStarPU)  0.8.1
 All Classes Namespaces Files Functions 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.

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: