SkePU 0.7
skepu::Vector< T >::proxy_elem< T > Class Template Reference

A proxy class representing one element of Vector. More...

List of all members.


Detailed Description

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

A proxy class representing one element of Vector.

Author:
Johan Enmyren, Usman Dastgeer
Version:
0.7

A member class of skepu::Vector that represents a proxy element which is returned instead of a regular element in some functions. Its purpose is to be able to distinguish between a read and a write from the vector. In most cases it is compatible with an ordinary element but there are cases where it is not.

See also:
Scott Meyers "More effective C++" ยง30.

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Enumerations Friends Defines