A struct used to define the prefix and suffix to be printed along side the a future value. More...
#include <eina_promise.h>
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().
const char* _Eina_Future_Cb_Console_Desc::suffix |