![]() |
PahoMqttCpp
MQTT C++ Client for POSIX and Windows
|
Go to the source code of this file.
Data Structures | |
class | mqtt::buffer_ref< T > |
Namespaces | |
namespace | mqtt |
Typedefs | |
using | mqtt::string_ref = buffer_ref< char > |
using | mqtt::binary_ref = buffer_ref< char > |
Functions | |
template<typename T > | |
std::ostream & | mqtt::operator<< (std::ostream &os, const buffer_ref< T > &buf) |
Buffer reference type for the Paho MQTT C++ library.