GammaWare  Head Version for release 0.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GenericFrame.h File Reference
#include "Frame.h"
#include "ConfigurationFrame.h"
#include "FrameFactory.h"

Go to the source code of this file.

Classes

class  ADF::ConcreteDataFrame< Data_T >
 ConcreteDataFrame : a RawFrame with a data interface. More...
 
class  ADF::DataFrame< Data_T >
 A DataFrame has a Data Interace that helps streaming ADF objects from/to the underlying Frame. More...
 

Namespaces

 ADF
 

Functions

template<class Data_T >
const Data_T * ADF::GetCstDataPointer (Frame *f)
 
template<class Data_T >
const Data_T * ADF::GetCstDataPointer (SharedFP *fp)
 
template<class Data_T >
Data_T * ADF::GetDataPointer (Frame *f)
 to get the data part of a DataFrame More...
 
template<class Data_T >
Data_T * ADF::GetDataPointer (SharedFP *fp)