npstat is hosted by Hepforge, IPPP Durham
NPStat  5.10.0
float128IO.hh
1 #ifndef NPSTAT_FLOAT128IO_HH_
2 #define NPSTAT_FLOAT128IO_HH_
3 
4 #include "geners/IOIsNumber.hh"
5 gs_declare_type_as_number(__float128)
6 
7 #include "geners/IOIsPOD.hh"
8 gs_declare_type_as_pod(__float128)
9 
10 #include "geners/ClassId.hh"
11 gs_specialize_class_id(__float128, 0)
12 
13 #include "geners/complexIO.hh"
14 gs_specialize_complex_read_write(__float128)
15 
16 #endif // NPSTAT_FLOAT128IO_HH_