|
async_mqtt 5.0.0
|
subsscription entry More...
#include <topic_subopts.hpp>
Public Member Functions | |
| topic_subopts (buffer all_topic, sub::opts opts) | |
| constructor | |
| buffer const & | topic () const |
| Get topic. | |
| buffer const & | sharename () const |
| Get sharename. | |
| buffer const & | all_topic () const |
| Get all_topic. | |
| sub::opts const & | opts () const |
| Get subscribe options. | |
| operator bool () const | |
| bool conversion | |
Friends | |
| bool | operator< (topic_subopts const &lhs, topic_subopts const &rhs) |
| less than operator | |
| bool | operator== (topic_subopts const &lhs, topic_subopts const &rhs) |
| equal operator | |
subsscription entry
constructor
| all_topic | TopicFilter. It could contain sharename on MQTT v5.0. |
| opts | subscribe options |
Get all_topic.
If sharename is contained, $share/ prefix is contained.
|
inline |
bool conversion
Get subscribe options.
Get sharename.