HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DataProxy< I, E > Struct Template Reference

#include <fmath.h>

Public Member Functions

 DataProxy (I &data)
 
operator= (E newval)
 
 operator E () const
 

Detailed Description

template<typename I, typename E>
struct DataProxy< I, E >

A DataProxy<I,E> looks like an (E &), but it really holds an (I &) and does conversions (via convert_type) as it reads in and out. (I and E are for INTERNAL and EXTERNAL data types, respectively).

Definition at line 1343 of file fmath.h.

Constructor & Destructor Documentation

template<typename I , typename E >
DataProxy< I, E >::DataProxy ( I &  data)
inline

Definition at line 1344 of file fmath.h.

Member Function Documentation

template<typename I , typename E >
DataProxy< I, E >::operator E ( ) const
inline

Definition at line 1346 of file fmath.h.

template<typename I , typename E >
E DataProxy< I, E >::operator= ( newval)
inline

Definition at line 1345 of file fmath.h.


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