PhoenixInkscape  2.0.0
Generate multiple png files with svg inkscape files
data_stream_isSimpleType.cpp
Go to the documentation of this file.
1 /***************************************
2  Auteur : Pierre Aubert
3  Mail : pierre.aubert@lapp.in2p3.fr
4  Licence : CeCILL-C
5 ****************************************/
6 
7 
9 
11 
13 template<>
14 bool data_stream_isSimpleType<bool>(){return true;}
15 
17 
19 template<>
20 bool data_stream_isSimpleType<char>(){return true;}
21 
23 
25 template<>
26 bool data_stream_isSimpleType<short>(){return true;}
27 
29 
31 template<>
32 bool data_stream_isSimpleType<int>(){return true;}
33 
35 
37 template<>
39 
41 
43 template<>
45 
47 
49 template<>
51 
53 
55 template<>
57 
59 
61 template<>
63 
65 
67 template<>
68 bool data_stream_isSimpleType<float>(){return true;}
69 
71 
73 template<>
75 
77 
79 template<>
81 
82 
83 
84 
85 
bool data_stream_isSimpleType< int >()
Say if a int is simple or not.
bool data_stream_isSimpleType< int8_t >()
Say if a int8_t is simple or not.
bool data_stream_isSimpleType< short >()
Say if a short is simple or not.
bool data_stream_isSimpleType< float >()
Say if a float is simple or not.
bool data_stream_isSimpleType< unsigned char >()
Say if a unsigned char is simple or not.
bool data_stream_isSimpleType< char >()
Say if a char is simple or not.
bool data_stream_isSimpleType< unsigned short >()
Say if a unsigned short is simple or not.
bool data_stream_isSimpleType< bool >()
Say if a bool is simple or not.
bool data_stream_isSimpleType< double >()
Say if a double is simple or not.
bool data_stream_isSimpleType< long unsigned int >()
Say if a long unsigned int is simple or not.
bool data_stream_isSimpleType< unsigned int >()
Say if a unsigned int is simple or not.
bool data_stream_isSimpleType< long int >()
Say if a long int is simple or not.