Paho C++  1.0
The Paho MQTT C++ Client Library
 All Classes Files Functions Variables Typedefs Friends
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
\Nmqtt
 oCasync_clientLightweight client for talking to an MQTT server using non-blocking methods that allow an operation to run in the background
 oCbuffer_refA reference object for holding immutable data buffers, with cheap copy semantics and lifetime management
 oCbuffer_viewA reference to a contiguous sequence of items, with no ownership
 oCcallbackProvides a mechanism for tracking the completion of an asynchronous action
 oCclientLightweight client for talking to an MQTT server using methods that block until an operation completes
 oCconnect_optionsHolds the set of options that control how the client connects to a server
 oCdelivery_tokenProvides a mechanism to track the delivery progress of a message
 oCdisconnect_optionsOptions for disconnecting from an MQTT broker
 oCexceptionBase mqtt::exception
 oCpersistence_exceptionThis exception is thrown by the implementor of the persistence interface if there is a problem reading or writing persistent data
 oCsecurity_exceptionThrown when a client is not authorized to perform an operation, or if there is a problem with the security configuration
 oCiaction_listenerProvides a mechanism for tracking the completion of an asynchronous action
 oCiasync_clientEnables an application to communicate with an MQTT server using non-blocking methods
 oCiclient_persistenceRepresents a persistent data store, used to store outbound and inbound messages while they are in flight, enabling delivery to the QoS specified
 oCmessageAn MQTT message holds everything required for an MQTT PUBLISH message
 oCresponse_optionsThe response options for various asynchronous calls
 oCdelivery_response_optionsThe response options for asynchronous calls targeted at delivery
 oCssl_optionsHolds the set of SSL options for connection
 oCstring_collectionType for a collection of topics
 oCthread_queueA thread-safe queue for inter-thread communication
 oCtokenProvides a mechanism for tracking the completion of an asynchronous action
 oCtopicRepresents a topic destination, used for publish/subscribe messaging
 \Cwill_optionsHolds the set of options that govern the Last Will and Testament feature