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

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

Detailed Description

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

A proxy class representing one element of Matrix.

A member class of skepu::Matrix that represents a proxy element which is returned instead of a regluar element in some functions. It is very similar to skepu::Vector::proxy_elem. 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++".

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