c-icap-doc  0.1
Typedefs


Arrays which store name/value pair items More...

Typedefs

typedef ci_array_t ci_str_array_t
 
An alias to the ci_array_t object. More...
 

Detailed Description


Arrays which store name/value pair items

Typedef Documentation

◆ ci_str_array_t


An alias to the ci_array_t object.

It is used to store items with string values to an array. The ci_str_array_new, ci_str_array_destroy, ci_str_array_add, ci_str_array_search and ci_str_array_iterate defines are similar to the equivalent ci_array_* functions with the required typecasting to work with strings.