![]() |
PhoenixPresentation
2.0.0
Set of cmake function to automate presentation generation
|
#include "data_stream_include.h"
Go to the source code of this file.
Functions | |
template<typename T > | |
bool | data_stream_isSimpleType () |
Say if the given type is simple or not. More... | |
template<> | |
bool | data_stream_isSimpleType< bool > () |
Say if a bool is simple or not. More... | |
template<> | |
bool | data_stream_isSimpleType< char > () |
Say if a char is simple or not. More... | |
template<> | |
bool | data_stream_isSimpleType< double > () |
Say if a double is simple or not. More... | |
template<> | |
bool | data_stream_isSimpleType< float > () |
Say if a float is simple or not. More... | |
template<> | |
bool | data_stream_isSimpleType< int > () |
Say if a int is simple or not. More... | |
template<> | |
bool | data_stream_isSimpleType< int8_t > () |
Say if a int8_t is simple or not. More... | |
template<> | |
bool | data_stream_isSimpleType< long int > () |
Say if a long int is simple or not. More... | |
template<> | |
bool | data_stream_isSimpleType< long unsigned int > () |
Say if a long unsigned int is simple or not. More... | |
template<> | |
bool | data_stream_isSimpleType< short > () |
Say if a short is simple or not. More... | |
template<> | |
bool | data_stream_isSimpleType< unsigned char > () |
Say if a unsigned char is simple or not. More... | |
template<> | |
bool | data_stream_isSimpleType< unsigned int > () |
Say if a unsigned int is simple or not. More... | |
template<> | |
bool | data_stream_isSimpleType< unsigned short > () |
Say if a unsigned short is simple or not. More... | |
bool data_stream_isSimpleType | ( | ) |
Say if the given type is simple or not.
Definition at line 16 of file data_stream_isSimpleType.h.
bool data_stream_isSimpleType< bool > | ( | ) |
Say if a bool is simple or not.
Definition at line 14 of file data_stream_isSimpleType.cpp.
Referenced by testIsSimpleType().
bool data_stream_isSimpleType< char > | ( | ) |
Say if a char is simple or not.
Definition at line 20 of file data_stream_isSimpleType.cpp.
Referenced by testIsSimpleType().
bool data_stream_isSimpleType< double > | ( | ) |
Say if a double is simple or not.
Definition at line 74 of file data_stream_isSimpleType.cpp.
Referenced by testIsSimpleType().
bool data_stream_isSimpleType< float > | ( | ) |
Say if a float is simple or not.
Definition at line 68 of file data_stream_isSimpleType.cpp.
Referenced by testIsSimpleType().
bool data_stream_isSimpleType< int > | ( | ) |
Say if a int is simple or not.
Definition at line 32 of file data_stream_isSimpleType.cpp.
Referenced by testIsSimpleType().
bool data_stream_isSimpleType< int8_t > | ( | ) |
Say if a int8_t is simple or not.
Definition at line 80 of file data_stream_isSimpleType.cpp.
Referenced by testIsSimpleType().
bool data_stream_isSimpleType< long int > | ( | ) |
Say if a long int is simple or not.
Definition at line 38 of file data_stream_isSimpleType.cpp.
bool data_stream_isSimpleType< long unsigned int > | ( | ) |
Say if a long unsigned int is simple or not.
Definition at line 62 of file data_stream_isSimpleType.cpp.
bool data_stream_isSimpleType< short > | ( | ) |
Say if a short is simple or not.
Definition at line 26 of file data_stream_isSimpleType.cpp.
Referenced by testIsSimpleType().
bool data_stream_isSimpleType< unsigned char > | ( | ) |
Say if a unsigned char is simple or not.
Definition at line 44 of file data_stream_isSimpleType.cpp.
Referenced by testIsSimpleType().
bool data_stream_isSimpleType< unsigned int > | ( | ) |
Say if a unsigned int is simple or not.
Definition at line 56 of file data_stream_isSimpleType.cpp.
Referenced by testIsSimpleType().
bool data_stream_isSimpleType< unsigned short > | ( | ) |
Say if a unsigned short is simple or not.
Definition at line 50 of file data_stream_isSimpleType.cpp.
Referenced by testIsSimpleType().