PhoenixPresentation  2.0.0
Set of cmake function to automate presentation generation
data_stream_isSimpleType.h
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 #ifndef __DATA_STREAM_ISSIMPLETYPE_H__
8 #define __DATA_STREAM_ISSIMPLETYPE_H__
9 
10 #include "data_stream_include.h"
11 
13 
15 template<typename T>
17  return false;
18 }
19 
20 template<>
22 
23 template<>
25 
26 template<>
28 
29 template<>
31 
32 template<>
34 
35 template<>
37 
38 template<>
40 
41 template<>
43 
44 template<>
46 
47 template<>
49 
50 template<>
52 
53 template<>
55 
56 #endif
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()
Say if the given type is simple or not.
bool data_stream_isSimpleType< long int >()
Say if a long int is simple or not.