![]() |
PhoenixTypeStream
0.1.0
Unified C++ type-to-string conversion framework
|
#include "phoenix_composeType.h"
Go to the source code of this file.
Functions | |
template<typename T> | |
std::string | phoenix_getTypeToStr () |
Get the corresponding type of a string. | |
template<typename T> | |
std::string | phoenix_getTypeToStr (const T &data) |
Get the corresponding type of a string. | |
template<typename R, typename... T> | |
std::string | phoenix_getTypeToStr (R(*func)(T...)) |
Convert a function prototype into a string. | |
std::string phoenix_getTypeToStr | ( | ) |
Get the corresponding type of a string.
Definition at line 16 of file phoenix_composeType_impl.h.
References TypeStream< T >::getTypeToStr().
Referenced by ConvertTupleTypeToString< First, Last >::getTypeToStr(), phoenix_getTypeToStr(), and phoenix_getTypeToStr().
std::string phoenix_getTypeToStr | ( | const T & | data | ) |
Get the corresponding type of a string.
data | : parameter used to get its type |
Definition at line 25 of file phoenix_composeType_impl.h.
References phoenix_getTypeToStr().
std::string phoenix_getTypeToStr | ( | R(* | func )(T...) | ) |
Convert a function prototype into a string.
func | : function to be called |
Definition at line 34 of file phoenix_composeType_impl.h.
References phoenix_getTypeToStr().