A struct used to define the prefix and suffix to be printed along side the a future value. More...
Data Fields | |
const char * | prefix |
The prefix to be printed. More... | |
const char * | suffix |
The suffix the be printed. More... | |
A struct used to define the prefix and suffix to be printed along side the a future value.
This struct is used by eina_future_cb_console_from_desc()
const char* _Eina_Future_Cb_Console_Desc::prefix |
The prefix to be printed.
If NULL
an empty string ("") is used.
Referenced by eina_future_cb_console_from_desc(), and eina_future_chain_easy_array().
const char* _Eina_Future_Cb_Console_Desc::suffix |
The suffix the be printed.
If NULL
'
' is used.
Referenced by eina_future_cb_console_from_desc(), and eina_future_chain_easy_array().