PhoenixDataStream
1.3.0
Framework to save/load/serialize/deserialize data
Toggle main menu visibility
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
8
#include "
data_stream_isSimpleType.h
"
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
<>
38
bool
data_stream_isSimpleType<long int>
(){
return
true
;}
39
41
43
template
<>
44
bool
data_stream_isSimpleType<unsigned char>
(){
return
true
;}
45
47
49
template
<>
50
bool
data_stream_isSimpleType<unsigned short>
(){
return
true
;}
51
53
55
template
<>
56
bool
data_stream_isSimpleType<unsigned int>
(){
return
true
;}
57
59
61
template
<>
62
bool
data_stream_isSimpleType<long unsigned int>
(){
return
true
;}
63
65
67
template
<>
68
bool
data_stream_isSimpleType<float>
(){
return
true
;}
69
71
73
template
<>
74
bool
data_stream_isSimpleType<double>
(){
return
true
;}
75
77
79
template
<>
80
bool
data_stream_isSimpleType<int8_t>
(){
return
true
;}
81
82
83
84
85
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< int8_t >
bool data_stream_isSimpleType< int8_t >()
Say if a int8_t is simple or not.
Definition
data_stream_isSimpleType.cpp:80
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< float >
bool data_stream_isSimpleType< float >()
Say if a float is simple or not.
Definition
data_stream_isSimpleType.cpp:68
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< char >
bool data_stream_isSimpleType< char >()
Say if a char is simple or not.
Definition
data_stream_isSimpleType.cpp:20
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< bool >
bool data_stream_isSimpleType< bool >()
Say if a bool is simple or not.
Definition
data_stream_isSimpleType.cpp:14
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< 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< 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.h
src
data_stream_isSimpleType.cpp
Generated by
1.17.0