Public Member Functions | |
| MqttModelEntry ()=default | |
| MqttModelEntry (Mqtt *mqtt) | |
| ~MqttModelEntry () | |
| MqttModelEntry (MqttModelEntry &&) noexcept=default | |
| Mqtt * | getMqtt () const |
| std::string | onlineSince () const |
| std::string | onlineDuration () const |
Private Attributes | |
| Mqtt * | mqtt = nullptr |
Definition at line 76 of file MqttModel.h.
|
default |
| mqtt::mqttbroker::lib::MqttModel::MqttModelEntry::MqttModelEntry | ( | Mqtt * | mqtt | ) |
| mqtt::mqttbroker::lib::MqttModel::MqttModelEntry::~MqttModelEntry | ( | ) |
Definition at line 167 of file MqttModel.cpp.
|
defaultnoexcept |
| Mqtt * mqtt::mqttbroker::lib::MqttModel::MqttModelEntry::getMqtt | ( | ) | const |
Definition at line 178 of file MqttModel.cpp.
References mqtt.
Referenced by mqtt::mqttbroker::lib::MqttModel::getMqtt(), and mqtt::mqttbroker::lib::MqttModel::to_json.
| std::string mqtt::mqttbroker::lib::MqttModel::MqttModelEntry::onlineDuration | ( | ) | const |
Definition at line 174 of file MqttModel.cpp.
References mqtt.
Referenced by mqtt::mqttbroker::lib::MqttModel::to_json.
| std::string mqtt::mqttbroker::lib::MqttModel::MqttModelEntry::onlineSince | ( | ) | const |
Definition at line 170 of file MqttModel.cpp.
References mqtt.
Referenced by mqtt::mqttbroker::lib::MqttModel::to_json.
|
private |
Definition at line 91 of file MqttModel.h.
Referenced by getMqtt(), MqttModelEntry(), onlineDuration(), and onlineSince().