fesa::GenericFieldScalarArray2D< T > Class Template Reference

#include <GenericField.h>

Inheritance diagram for fesa::GenericFieldScalarArray2D< T >:
fesa::GenericFieldArray2D< T > fesa::FieldArray2D< T > fesa::AbstractField

List of all members.

Public Member Functions

 GenericFieldScalarArray2D (const std::string &fieldName, bool multiplexed, DataStore *pDataStore, bool persistent, int32_t size1, int32_t size2, DataIntegrity bufferType=SingleBuffered)
 Constructor.
 ~GenericFieldScalarArray2D ()
 destructor
getCell (uint32_t index1, uint32_t index2, MultiplexingContext *context)
 Method to retrieve cell of active field value.
void setCell (T val, uint32_t index1, uint32_t index2, MultiplexingContext *context)
 Method to set a single cell of the pending buffer of an array2D.

Detailed Description

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

Definition at line 785 of file GenericField.h.


Constructor & Destructor Documentation

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

Constructor.

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

Definition at line 825 of file GenericField.h.

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

destructor

Definition at line 894 of file GenericField.h.


Member Function Documentation

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