PhoenixPresentation  2.0.0
Set of cmake function to automate presentation generation
data_stream_isSimpleType.cpp File Reference
+ Include dependency graph for data_stream_isSimpleType.cpp:

Go to the source code of this file.

Functions

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...
 

Function Documentation

◆ data_stream_isSimpleType< bool >()

template<>
bool data_stream_isSimpleType< bool > ( )

Say if a bool is simple or not.

Returns
true

Definition at line 14 of file data_stream_isSimpleType.cpp.

14 {return true;}

Referenced by testIsSimpleType().

+ Here is the caller graph for this function:

◆ data_stream_isSimpleType< char >()

template<>
bool data_stream_isSimpleType< char > ( )

Say if a char is simple or not.

Returns
true

Definition at line 20 of file data_stream_isSimpleType.cpp.

20 {return true;}

Referenced by testIsSimpleType().

+ Here is the caller graph for this function:

◆ data_stream_isSimpleType< double >()

template<>
bool data_stream_isSimpleType< double > ( )

Say if a double is simple or not.

Returns
true

Definition at line 74 of file data_stream_isSimpleType.cpp.

74 {return true;}

Referenced by testIsSimpleType().

+ Here is the caller graph for this function:

◆ data_stream_isSimpleType< float >()

template<>
bool data_stream_isSimpleType< float > ( )

Say if a float is simple or not.

Returns
true

Definition at line 68 of file data_stream_isSimpleType.cpp.

68 {return true;}

Referenced by testIsSimpleType().

+ Here is the caller graph for this function:

◆ data_stream_isSimpleType< int >()

template<>
bool data_stream_isSimpleType< int > ( )

Say if a int is simple or not.

Returns
true

Definition at line 32 of file data_stream_isSimpleType.cpp.

32 {return true;}

Referenced by testIsSimpleType().

+ Here is the caller graph for this function:

◆ data_stream_isSimpleType< int8_t >()

template<>
bool data_stream_isSimpleType< int8_t > ( )

Say if a int8_t is simple or not.

Returns
true

Definition at line 80 of file data_stream_isSimpleType.cpp.

80 {return true;}

Referenced by testIsSimpleType().

+ Here is the caller graph for this function:

◆ data_stream_isSimpleType< long int >()

template<>
bool data_stream_isSimpleType< long int > ( )

Say if a long int is simple or not.

Returns
true

Definition at line 38 of file data_stream_isSimpleType.cpp.

38 {return true;}

◆ data_stream_isSimpleType< long unsigned int >()

template<>
bool data_stream_isSimpleType< long unsigned int > ( )

Say if a long unsigned int is simple or not.

Returns
true

Definition at line 62 of file data_stream_isSimpleType.cpp.

62 {return true;}

◆ data_stream_isSimpleType< short >()

template<>
bool data_stream_isSimpleType< short > ( )

Say if a short is simple or not.

Returns
true

Definition at line 26 of file data_stream_isSimpleType.cpp.

26 {return true;}

Referenced by testIsSimpleType().

+ Here is the caller graph for this function:

◆ data_stream_isSimpleType< unsigned char >()

template<>
bool data_stream_isSimpleType< unsigned char > ( )

Say if a unsigned char is simple or not.

Returns
true

Definition at line 44 of file data_stream_isSimpleType.cpp.

44 {return true;}

Referenced by testIsSimpleType().

+ Here is the caller graph for this function:

◆ data_stream_isSimpleType< unsigned int >()

template<>
bool data_stream_isSimpleType< unsigned int > ( )

Say if a unsigned int is simple or not.

Returns
true

Definition at line 56 of file data_stream_isSimpleType.cpp.

56 {return true;}

Referenced by testIsSimpleType().

+ Here is the caller graph for this function:

◆ data_stream_isSimpleType< unsigned short >()

template<>
bool data_stream_isSimpleType< unsigned short > ( )

Say if a unsigned short is simple or not.

Returns
true

Definition at line 50 of file data_stream_isSimpleType.cpp.

50 {return true;}

Referenced by testIsSimpleType().

+ Here is the caller graph for this function: