NEOCCA bindings Specification
0.2.8
|
00001 #ifndef neo_Type_h_seen 00002 #define neo_Type_h_seen 00003 00004 /* A file of auxiliaries that mainly distract the new reader. */ 00005 00006 namespace neo { 00007 namespace cca { 00008 00009 00014 enum Type { 00020 NoType = -1, 00021 00023 Int = 1, 00024 00026 Long = 2, 00027 00029 Float = 3, 00030 00032 Double = 4, 00033 00035 Fcomplex = 5, 00036 00038 Dcomplex = 6, 00039 00041 String = 7, 00042 00044 Bool = 8, 00045 00047 IntArray = 21, 00048 00050 LongArray = 22, 00051 00053 FloatArray = 23, 00054 00056 DoubleArray = 24, 00057 00059 FcomplexArray = 25, 00060 00062 DcomplexArray = 26, 00063 00065 StringArray = 27, 00066 00068 BoolArray = 28, 00069 00070 } ; // end enum Type 00071 00072 00073 } // end namespace cca 00074 } // end namespace neo 00075 00076 #endif // neo_Type_h_seen