![]() |
|
PhoenixTypeStream
1.1.0
Unified C++ type-to-string conversion framework
|
#include "phoenix_composeType.h"
Include dependency graph for phoenix_composeType_impl.h:
This graph shows which files directly or indirectly include this file: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().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function: