![]() |
Paho C++
1.0
The Paho MQTT C++ Client Library
|
Buffer reference type for the Paho MQTT C++ library. More...
#include "mqtt/types.h"Go to the source code of this file.
Classes | |
| class | mqtt::buffer_view< T > |
| A reference to a contiguous sequence of items, with no ownership. More... | |
Typedefs | |
| using | mqtt::string_view = buffer_view< char > |
| A buffer view for character string data. More... | |
| using | mqtt::binary_view = buffer_view< char > |
| A buffer view for binary data. | |
Buffer reference type for the Paho MQTT C++ library.