fesa::GenericFieldScalarArray< T > Class Template Reference

#include <GenericField.h>

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

List of all members.

Public Member Functions

 GenericFieldScalarArray (const std::string &fieldName, bool multiplexed, DataStore *pDataStore, bool persistent, int32_t size, DataIntegrity bufferType=SingleBuffered)
 Constructor.
 ~GenericFieldScalarArray ()
 destructor
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::GenericFieldScalarArray< T >

Definition at line 300 of file GenericField.h.


Constructor & Destructor Documentation

template<typename T >
fesa::GenericFieldScalarArray< T >::GenericFieldScalarArray ( 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 336 of file GenericField.h.

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

destructor

Definition at line 345 of file GenericField.h.


Member Function Documentation

template<typename T >
T fesa::GenericFieldScalarArray< T >::getCell ( uint32_t  index,
MultiplexingContext context 
) [inline]
template<typename T >
void fesa::GenericFieldScalarArray< T >::setCell ( 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