PhoenixDataStream
1.3.0
Framework to save/load/serialize/deserialize data
Toggle main menu visibility
Loading...
Searching...
No Matches
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>
16
bool
data_stream_isSimpleType
(){
17
return
false
;
18
}
19
20
template
<>
21
bool
data_stream_isSimpleType<bool>
();
22
23
template
<>
24
bool
data_stream_isSimpleType<char>
();
25
26
template
<>
27
bool
data_stream_isSimpleType<short>
();
28
29
template
<>
30
bool
data_stream_isSimpleType<int>
();
31
32
template
<>
33
bool
data_stream_isSimpleType<long int>
();
34
35
template
<>
36
bool
data_stream_isSimpleType<unsigned char>
();
37
38
template
<>
39
bool
data_stream_isSimpleType<unsigned short>
();
40
41
template
<>
42
bool
data_stream_isSimpleType<unsigned int>
();
43
44
template
<>
45
bool
data_stream_isSimpleType<long unsigned int>
();
46
47
template
<>
48
bool
data_stream_isSimpleType<float>
();
49
50
template
<>
51
bool
data_stream_isSimpleType<double>
();
52
53
template
<>
54
bool
data_stream_isSimpleType<int8_t>
();
55
56
#endif
data_stream_include.h
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
bool data_stream_isSimpleType()
Say if the given type is simple or not.
Definition
data_stream_isSimpleType.h:16
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
src
data_stream_isSimpleType.h
Generated by
1.17.0