PhoenixDataStream  1.0.0
Framework to save/load/serialize/deserialize data
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
15template<typename T>
17 return false;
18}
19
20template<>
22
23template<>
25
26template<>
28
29template<>
31
32template<>
34
35template<>
37
38template<>
40
41template<>
43
44template<>
46
47template<>
49
50template<>
52
53template<>
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.