This is Unofficial EPICS BASE Doxygen Site
epics::pvData::detail::ScalarStorageOps< T > Struct Template Reference

#include "pvData.h"

Public Types

typedef T arg_type
 

Public Member Functions

void store (T v)
 
 ScalarStorageOps ()
 

Public Attributes

value
 

Detailed Description

template<typename T>
struct epics::pvData::detail::ScalarStorageOps< T >

Definition at line 348 of file pvData.h.

Member Typedef Documentation

template<typename T>
typedef T epics::pvData::detail::ScalarStorageOps< T >::arg_type

Definition at line 350 of file pvData.h.

Constructor & Destructor Documentation

template<typename T>
epics::pvData::detail::ScalarStorageOps< T >::ScalarStorageOps ( )
inline

Definition at line 354 of file pvData.h.

Member Function Documentation

template<typename T>
void epics::pvData::detail::ScalarStorageOps< T >::store ( v)
inline

Definition at line 351 of file pvData.h.

351  {
352  value = v;
353  }
Definition: link.h:174

Member Data Documentation

template<typename T>
T epics::pvData::detail::ScalarStorageOps< T >::value

Definition at line 349 of file pvData.h.


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