| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| <html xmlns="http://www.w3.org/1999/xhtml"> |
| <head> |
| <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> |
| <title>mqttpp: Class List</title> |
| <link href="tabs.css" rel="stylesheet" type="text/css"/> |
| <link href="doxygen.css" rel="stylesheet" type="text/css"/> |
| </head> |
| <body> |
| <!-- Generated by Doxygen 1.6.1 --> |
| <div class="navigation" id="top"> |
| <div class="tabs"> |
| <ul> |
| <li><a href="main.html"><span>Main Page</span></a></li> |
| <li class="current"><a href="annotated.html"><span>Classes</span></a></li> |
| <li><a href="files.html"><span>Files</span></a></li> |
| </ul> |
| </div> |
| <div class="tabs"> |
| <ul> |
| <li class="current"><a href="annotated.html"><span>Class List</span></a></li> |
| <li><a href="classes.html"><span>Class Index</span></a></li> |
| <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> |
| <li><a href="functions.html"><span>Class Members</span></a></li> |
| </ul> |
| </div> |
| </div> |
| <div class="contents"> |
| <h1>Class List</h1>Here are the classes, structs, unions and interfaces with brief descriptions:<table> |
| <tr><td class="indexkey"><a class="el" href="classmqtt_1_1async__client.html">mqtt::async_client</a></td><td class="indexvalue">Lightweight <a class="el" href="classmqtt_1_1client.html" title="Lightweight client for talking to an MQTT server using methods that block until an...">client</a> for talking to an MQTT server using non-blocking methods that allow an operation to run in the background </td></tr> |
| <tr><td class="indexkey"><a class="el" href="classmqtt_1_1callback.html">mqtt::callback</a></td><td class="indexvalue">Provides a mechanism for tracking the completion of an asynchronous action </td></tr> |
| <tr><td class="indexkey"><a class="el" href="classmqtt_1_1client.html">mqtt::client</a></td><td class="indexvalue">Lightweight <a class="el" href="classmqtt_1_1client.html" title="Lightweight client for talking to an MQTT server using methods that block until an...">client</a> for talking to an MQTT server using methods that block until an operation completes </td></tr> |
| <tr><td class="indexkey"><a class="el" href="classmqtt_1_1connect__options.html">mqtt::connect_options</a></td><td class="indexvalue">Holds the set of options that control how the <a class="el" href="classmqtt_1_1client.html" title="Lightweight client for talking to an MQTT server using methods that block until an...">client</a> connects to a server </td></tr> |
| <tr><td class="indexkey"><a class="el" href="classmqtt_1_1delivery__token.html">mqtt::delivery_token</a></td><td class="indexvalue">Provides a mechanism to track the delivery progress of a <a class="el" href="classmqtt_1_1message.html" title="An MQTT message holds the application payload and options specifying how the message...">message</a> </td></tr> |
| <tr><td class="indexkey"><a class="el" href="classmqtt_1_1exception.html">mqtt::exception</a></td><td class="indexvalue">Provides a mechanism for tracking the completion of an asynchronous action </td></tr> |
| <tr><td class="indexkey"><a class="el" href="classmqtt_1_1iaction__listener.html">mqtt::iaction_listener</a></td><td class="indexvalue">Provides a mechanism for tracking the completion of an asynchronous action </td></tr> |
| <tr><td class="indexkey"><a class="el" href="classmqtt_1_1iasync__client.html">mqtt::iasync_client</a></td><td class="indexvalue">Enables an application to communicate with an MQTT server using non-blocking methods </td></tr> |
| <tr><td class="indexkey"><a class="el" href="classmqtt_1_1iclient__persistence.html">mqtt::iclient_persistence</a></td><td class="indexvalue">Represents a persistent data store, used to store outbound and inbound messages while they are in flight, enabling delivery to the QoS specified </td></tr> |
| <tr><td class="indexkey"><a class="el" href="classmqtt_1_1idelivery__token.html">mqtt::idelivery_token</a></td><td class="indexvalue">Provides a mechanism for tracking the delivery of a <a class="el" href="classmqtt_1_1message.html" title="An MQTT message holds the application payload and options specifying how the message...">message</a> </td></tr> |
| <tr><td class="indexkey"><a class="el" href="classmqtt_1_1ipersistable.html">mqtt::ipersistable</a></td><td class="indexvalue">Represents an object used to pass data to be persisted across the MqttClientPersistence interface </td></tr> |
| <tr><td class="indexkey"><a class="el" href="classmqtt_1_1itoken.html">mqtt::itoken</a></td><td class="indexvalue">Provides a mechanism for tracking the completion of an asynchronous task </td></tr> |
| <tr><td class="indexkey"><a class="el" href="classmqtt_1_1message.html">mqtt::message</a></td><td class="indexvalue">An MQTT <a class="el" href="classmqtt_1_1message.html" title="An MQTT message holds the application payload and options specifying how the message...">message</a> holds the application payload and options specifying how the <a class="el" href="classmqtt_1_1message.html" title="An MQTT message holds the application payload and options specifying how the message...">message</a> is to be delivered The <a class="el" href="classmqtt_1_1message.html" title="An MQTT message holds the application payload and options specifying how the message...">message</a> includes a "payload" (the body of the <a class="el" href="classmqtt_1_1message.html" title="An MQTT message holds the application payload and options specifying how the message...">message</a>) represented as a byte array </td></tr> |
| <tr><td class="indexkey"><a class="el" href="classmqtt_1_1persistence__exception.html">mqtt::persistence_exception</a></td><td class="indexvalue">This <a class="el" href="classmqtt_1_1exception.html" title="Provides a mechanism for tracking the completion of an asynchronous action.">exception</a> is thrown by the implementor of the persistence interface if there is a problem reading or writing persistent data </td></tr> |
| <tr><td class="indexkey"><a class="el" href="classmqtt_1_1security__exception.html">mqtt::security_exception</a></td><td class="indexvalue">Thrown when a <a class="el" href="classmqtt_1_1client.html" title="Lightweight client for talking to an MQTT server using methods that block until an...">client</a> is not authorized to perform an operation, or if there is a problem with the security configuration </td></tr> |
| <tr><td class="indexkey"><a class="el" href="classmqtt_1_1token.html">mqtt::token</a></td><td class="indexvalue">Provides a mechanism for tracking the completion of an asynchronous action </td></tr> |
| <tr><td class="indexkey"><a class="el" href="classmqtt_1_1topic.html">mqtt::topic</a></td><td class="indexvalue">Represents a <a class="el" href="classmqtt_1_1topic.html" title="Represents a topic destination, used for publish/subscribe messaging.">topic</a> destination, used for publish/subscribe messaging </td></tr> |
| </table> |
| </div> |
| <hr size="1"/><address style="text-align: right;"><small>Generated on 30 Apr 2014 for mqttpp by |
| <a href="http://www.doxygen.org/index.html"> |
| <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> |
| </body> |
| </html> |