Data Fields
_Eina_Future_Cb_Console_Desc Struct Reference

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

Detailed Description

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()

See also
eina_future_cb_console_from_desc()

Field Documentation

◆ prefix

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

◆ suffix

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