Paho C++  1.0
The Paho MQTT C++ Client Library
 All Classes Files Functions Variables Typedefs Friends
mqtt::will_options Member List

This is the complete list of members for mqtt::will_options, including all inherited members.

connect_options classmqtt::will_optionsfriend
connect_options_test (defined in mqtt::will_options)mqtt::will_optionsfriend
const_ptr_t typedefmqtt::will_options
get_message() const mqtt::will_optionsinline
get_payload() const mqtt::will_optionsinline
get_payload_str() const mqtt::will_optionsinline
get_qos() const mqtt::will_optionsinline
get_topic() const mqtt::will_optionsinline
is_retained() const mqtt::will_optionsinline
operator=(const will_options &opt)mqtt::will_options
operator=(will_options &&opt)mqtt::will_options
ptr_t typedefmqtt::will_options
set_payload(binary_ref msg)mqtt::will_options
set_payload(string msg)mqtt::will_optionsinline
set_qos(const int qos)mqtt::will_optionsinline
set_retained(bool retained)mqtt::will_optionsinline
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_optionsfriend