Memosa-FVM  0.2
NumType.h File Reference
#include <string>
#include <math.h>
#include <stdlib.h>
#include <stdio.h>
Include dependency graph for NumType.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  NumTypeTraits< T >
 
struct  NumTypeTraits< bool >
 
struct  NumTypeTraits< int >
 
struct  NumTypeTraits< double >
 
struct  NumTypeTraits< float >
 
struct  ArrayScalarTraits< T >
 
struct  ArrayScalarTraits< double >
 
struct  ArrayScalarTraits< float >
 

Enumerations

enum  PrimType { PRIM_TYPE_BOOL, PRIM_TYPE_INT, PRIM_TYPE_FLOAT, PRIM_TYPE_DOUBLE }
 

Enumeration Type Documentation

enum PrimType
Enumerator
PRIM_TYPE_BOOL 
PRIM_TYPE_INT 
PRIM_TYPE_FLOAT 
PRIM_TYPE_DOUBLE 

Definition at line 15 of file NumType.h.