fesa::ConfigFieldStructArray< T > Class Template Reference

#include <ConfigurationField.h>

Inheritance diagram for fesa::ConfigFieldStructArray< T >:
fesa::ConfigFieldArray< T > fesa::FieldArray< T > fesa::AbstractField

List of all members.

Public Member Functions

 ConfigFieldStructArray (const std::string &fieldName, DataStore *pDataStore, int32_t size, const DataIntegrity bufferType=SingleBuffered)
 Constructor.
 ~ConfigFieldStructArray ()
 destructor
const T * getCell (uint32_t index)
 Method to retrieve one cell of active field value.

Detailed Description

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

Definition at line 265 of file ConfigurationField.h.


Constructor & Destructor Documentation

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

Constructor.

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

Definition at line 293 of file ConfigurationField.h.

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

destructor

Definition at line 314 of file ConfigurationField.h.


Member Function Documentation

template<typename T >
const T * fesa::ConfigFieldStructArray< T >::getCell ( uint32_t  index  )  [inline]

Method to retrieve one cell of active field value.

Parameters:
index index of cell
context the multiplexing context
Returns:
the value of the active buffer

Definition at line 301 of file ConfigurationField.h.

References fesa::FieldValue< T[]>::activeBuffer(), FesaErrorFieldCurrentDimensionOutOfBound, fesa::FieldArray< T >::fieldValue_, fesa::FieldValue< T[]>::getActiveCurrentSize(), fesa::AbstractField::name_, and fesa::StringUtilities::toString().


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

Generated on 18 Jan 2013 for Fesa by  doxygen 1.6.1