FsfTypeCell.h File Reference

#include "FsfTypeCellBase.h"

Include dependency graph for FsfTypeCell.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class  fsf::CTypeCell< Type >
 The type cell template class. More...

Namespaces

namespace  fsf
 Regroups all FSF library code.

Typedefs

Fundamental type cells
Fundamental type cells provide get or set access to the value of corresponding type nodes.

They are all template instantiations of template class CTypeCell, which implements modified semantics for the process member function in order to perform the get and set operations. The template instantiation nature of these classes is made apparent in the notation by not preceding the class name with a 'C'.

typedef CTypeCell< long int > fsf::Int32Cell
 Type cell for 32 bits integer node.
typedef CTypeCell< long long int > fsf::Int64Cell
 Type cell for 64 bits integer node.
typedef CTypeCell< float > fsf::Float32Cell
 Type cell for 32 bits floating point node.
typedef CTypeCell< double > fsf::Float64Cell
 Type cell for 64 bits floating point node.
typedef CTypeCell< bool > fsf::BoolCell
 Type cell for boolean node.
typedef CTypeCell< std::string > fsf::StringCell
 Type cell for string node.


Generated on Thu Oct 21 11:47:37 2010 for MFSM by  doxygen 1.5.9