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

#include <fmath.h>

Public Member Functions

 ConstDataProxy (const I &data)
 
 operator E () const
 

Detailed Description

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

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

Definition at line 1358 of file fmath.h.

Constructor & Destructor Documentation

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

Definition at line 1359 of file fmath.h.

Member Function Documentation

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

Definition at line 1360 of file fmath.h.


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