PhoenixDataStream  1.0.0
Framework to save/load/serialize/deserialize data
Loading...
Searching...
No Matches
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
13template<>
15
17
19template<>
21
23
25template<>
27
29
31template<>
33
35
37template<>
39
41
43template<>
45
47
49template<>
51
53
55template<>
57
59
61template<>
63
65
67template<>
69
71
73template<>
75
77
79template<>
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.