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

A DataFrame has a Data Interace that helps streaming ADF objects from/to the underlying Frame. More...

#include <GenericFrame.h>

Inheritance diagram for ADF::DataFrame< Data_T >:

Public Member Functions

virtual Data_T * Data ()=0
 
 DataFrame ()
 
virtual const Data_T * GetData () const =0
 
virtual ~DataFrame ()
 

Detailed Description

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

A DataFrame has a Data Interace that helps streaming ADF objects from/to the underlying Frame.

Warning
It is the responsability of the user to Read/Write correctly from/to the buffer

Definition at line 23 of file GenericFrame.h.


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