fesa::GenericFieldStructArray< T > Class Template Reference

#include <GenericField.h>

Inheritance diagram for fesa::GenericFieldStructArray< T >:
fesa::GenericFieldArray< T > fesa::FieldArray< T > fesa::AbstractField

List of all members.

Public Member Functions

 GenericFieldStructArray (const std::string &fieldName, bool multiplexed, DataStore *pDataStore, bool persistent, int32_t size, DataIntegrity bufferType=SingleBuffered)
 Constructor.
 ~GenericFieldStructArray ()
 destructor
const T * getCell (uint32_t index, MultiplexingContext *context)
 Method to retrieve one cell of active field value.
void setCell (T *val, uint32_t index, MultiplexingContext *context)
 Method to set a single cell of pending buffer of an array.

Detailed Description

template<typename T>
class fesa::GenericFieldStructArray< T >

Definition at line 402 of file GenericField.h.


Constructor & Destructor Documentation

template<typename T >
fesa::GenericFieldStructArray< T >::GenericFieldStructArray ( const std::string &  fieldName,
bool  multiplexed,
DataStore pDataStore,
bool  persistent,
int32_t  size,
DataIntegrity  bufferType = SingleBuffered 
) [inline]

Constructor.

Parameters:
fieldName name of the field
criterionName multiplexing criterion
pointer to DataStore that contains the field

Definition at line 438 of file GenericField.h.

template<typename T >
fesa::GenericFieldStructArray< T >::~GenericFieldStructArray (  )  [inline]

destructor

Definition at line 447 of file GenericField.h.


Member Function Documentation

template<typename T >
const T * fesa::GenericFieldStructArray< T >::getCell ( uint32_t  index,
MultiplexingContext context 
) [inline]
template<typename T >
void fesa::GenericFieldStructArray< T >::setCell ( T *  val,
uint32_t  index,
MultiplexingContext context 
) [inline]

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

Generated on 18 Jan 2013 for Fesa by  doxygen 1.6.1