Paho C++
1.0
The Paho MQTT C++ Client Library
|
This is the complete list of members for mqtt::will_options, including all inherited members.
connect_options class | mqtt::will_options | friend |
connect_options_test (defined in mqtt::will_options) | mqtt::will_options | friend |
const_ptr_t typedef | mqtt::will_options | |
get_message() const | mqtt::will_options | inline |
get_payload() const | mqtt::will_options | inline |
get_payload_str() const | mqtt::will_options | inline |
get_qos() const | mqtt::will_options | inline |
get_topic() const | mqtt::will_options | inline |
is_retained() const | mqtt::will_options | inline |
operator=(const will_options &opt) | mqtt::will_options | |
operator=(will_options &&opt) | mqtt::will_options | |
ptr_t typedef | mqtt::will_options | |
set_payload(binary_ref msg) | mqtt::will_options | |
set_payload(string msg) | mqtt::will_options | inline |
set_qos(const int qos) | mqtt::will_options | inline |
set_retained(bool retained) | mqtt::will_options | inline |
set_topic(string_ref top) | mqtt::will_options | |
will_options() | mqtt::will_options | |
will_options(string_ref top, const void *payload, size_t payload_len, int qos=DFLT_QOS, bool retained=DFLT_RETAINED) | mqtt::will_options | |
will_options(const topic &top, const void *payload, size_t payload_len, int qos=DFLT_QOS, bool retained=DFLT_RETAINED) | mqtt::will_options | |
will_options(string_ref top, binary_ref payload, int qos=DFLT_QOS, bool retained=DFLT_RETAINED) | mqtt::will_options | |
will_options(string_ref top, const string &payload, int qos=DFLT_QOS, bool retained=DFLT_QOS) | mqtt::will_options | |
will_options(const message &msg) | mqtt::will_options | |
will_options(const will_options &opt) | mqtt::will_options | |
will_options(will_options &&opt) | mqtt::will_options | |
will_options_test (defined in mqtt::will_options) | mqtt::will_options | friend |