PhoenixMock  1.8.7
Tools to split/merge/print mock used in Phoenix
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 
76 
77 
78 
data_stream_isSimpleType.h
data_stream_isSimpleType< unsigned char >
bool data_stream_isSimpleType< unsigned char >()
Say if a unsigned char is simple or not.
Definition: data_stream_isSimpleType.cpp:44
data_stream_isSimpleType< int >
bool data_stream_isSimpleType< int >()
Say if a int is simple or not.
Definition: data_stream_isSimpleType.cpp:32
data_stream_isSimpleType< float >
bool data_stream_isSimpleType< float >()
Say if a float is simple or not.
Definition: data_stream_isSimpleType.cpp:68
data_stream_isSimpleType< long int >
bool data_stream_isSimpleType< long int >()
Say if a long int is simple or not.
Definition: data_stream_isSimpleType.cpp:38
data_stream_isSimpleType< double >
bool data_stream_isSimpleType< double >()
Say if a double is simple or not.
Definition: data_stream_isSimpleType.cpp:74
data_stream_isSimpleType< short >
bool data_stream_isSimpleType< short >()
Say if a short is simple or not.
Definition: data_stream_isSimpleType.cpp:26
data_stream_isSimpleType< long unsigned int >
bool data_stream_isSimpleType< long unsigned int >()
Say if a long unsigned int is simple or not.
Definition: data_stream_isSimpleType.cpp:62
data_stream_isSimpleType< unsigned int >
bool data_stream_isSimpleType< unsigned int >()
Say if a unsigned int is simple or not.
Definition: data_stream_isSimpleType.cpp:56
data_stream_isSimpleType< unsigned short >
bool data_stream_isSimpleType< unsigned short >()
Say if a unsigned short is simple or not.
Definition: data_stream_isSimpleType.cpp:50
data_stream_isSimpleType< char >
bool data_stream_isSimpleType< char >()
Say if a char is simple or not.
Definition: data_stream_isSimpleType.cpp:20
data_stream_isSimpleType< bool >
bool data_stream_isSimpleType< bool >()
Say if a bool is simple or not.
Definition: data_stream_isSimpleType.cpp:14