Functions | |
cu_bool_t | cuex_left_idrjoin_charbuf (cu_buffer_t buf, cuex_meta_t opr, cuex_t e, char const *delim) |
cu_str_t | cuex_left_idrjoin_str (cuex_meta_t opr, cuex_t e, char const *delim) |
char const * | cuex_left_idrjoin_cstr (cuex_meta_t opr, cuex_t e, char const *delim) |
cu_bool_t cuex_left_idrjoin_charbuf | ( | cu_buffer_t | buf, | |
cuex_meta_t | opr, | |||
cuex_t | e, | |||
char const * | delim | |||
) |
If e is a left-associated opr combination of identifiers, puts each to buf as a character string, delimited by delim and returns true, othewise returns false.
char const* cuex_left_idrjoin_cstr | ( | cuex_meta_t | opr, | |
cuex_t | e, | |||
char const * | delim | |||
) |
if e is a left-associated opr combination of identifiers, returns a C string formed by the same identifiers delimited by delim, otherwise returns NULL
.
cu_str_t cuex_left_idrjoin_str | ( | cuex_meta_t | opr, | |
cuex_t | e, | |||
char const * | delim | |||
) |
If e is a left-associated opr combination of identifiers, returns a string formed by the same identifiers delimited by delim, otherwise returns NULL
.