#include "FsfTypeCellBase.h"


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 | |
| 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. | |
1.5.9