GammaWare  Head Version for release 0.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ADF::DataLinkImp< Data_T > Class Template Reference

Implementation of a concrete DataLink. More...

#include <DataHandling.h>

Inheritance diagram for ADF::DataLinkImp< Data_T >:

Public Member Functions

virtual void CopyA1_to_A2 ()
 Copy a1 into a2. More...
 
virtual void CopyA2_to_A1 ()
 Copy a2 into a1. More...
 
 DataLinkImp (Data_T d)
 
virtual void Link (void *a1, void *a2)
 test if the given address is one of the Link More...
 
virtual void Reset ()
 both linked data to default More...
 
virtual void ResetA1 ()
 set A1 to default More...
 
virtual void ResetA2 ()
 set A2 to default More...
 
virtual ~DataLinkImp ()
 

Protected Member Functions

virtual void * A1 ()
 
virtual void * A2 ()
 

Detailed Description

template<typename Data_T>
class ADF::DataLinkImp< Data_T >

Implementation of a concrete DataLink.

Definition at line 129 of file DataHandling.h.


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