[][src]Module paho_mqtt::string_collection

Utility for creating string collections (to pass to the C library).

Structs

StringCollection

A collection of C-compatible (NUL-terminated) strings that is useful with C API's that require an array of strings, normally specified as: const char* arr[] or const char** arr