#include "FsfNode.h"
Go to the source code of this file.
Classes | |
class | fsf::CTypeNodeBase |
The base type node class. More... | |
class | fsf::CTypeNode< Type > |
Type node template class. More... | |
Namespaces | |
namespace | fsf |
Regroups all FSF library code. | |
Typedefs | |
Fundamental type nodes | |
Fundamental type nodes are template instantiations of CTypeNode . | |
typedef CTypeNode< long int > | fsf::Int32Node |
32-bit integer node type | |
typedef CTypeNode< long long int > | fsf::Int64Node |
64-bit integer node type | |
typedef CTypeNode< float > | fsf::Float32Node |
32-bit floating point node type | |
typedef CTypeNode< double > | fsf::Float64Node |
64-bit floating point node type | |
typedef CTypeNode< bool > | fsf::BoolNode |
Boolean node type. | |
typedef CTypeNode< std::string > | fsf::StringNode |
String node type. |