This is Unofficial EPICS BASE Doxygen Site
AlignedWireRef< const T > Class Template Reference

#include "osiWireFormat.h"

Public Member Functions

 AlignedWireRef (const T &ref)
 
 operator T () const
 

Detailed Description

template<class T>
class AlignedWireRef< const T >

Definition at line 62 of file osiWireFormat.h.

Constructor & Destructor Documentation

template<class T >
AlignedWireRef< const T >::AlignedWireRef ( const T &  ref)
inline

Definition at line 94 of file osiWireFormat.h.

94  :
95  _ref ( ref )
96 {
97 }

Member Function Documentation

template<class T >
AlignedWireRef< const T >::operator T ( ) const
inline

Definition at line 100 of file osiWireFormat.h.

101 {
102  T tmp;
103  AlignedWireGet ( _ref, tmp );
104  return tmp;
105 }
void AlignedWireGet(const T &, T &)

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