Public Member Functions | |
| MqttModelEntry (const Mqtt *mqtt) | |
| ~MqttModelEntry () | |
| MqttModelEntry (MqttModelEntry &&) noexcept=default | |
| const Mqtt * | getMqtt () const |
| std::string | onlineSince () const |
| std::string | onlineDuration () const |
Private Attributes | |
| const Mqtt * | mqtt = nullptr |
Definition at line 73 of file MqttModel.h.
| mqtt::mqttbroker::lib::MqttModel::MqttModelEntry::MqttModelEntry | ( | const Mqtt * | mqtt | ) |
Definition at line 190 of file MqttModel.cpp.
References mqtt.
Referenced by mqtt::mqttbroker::lib::MqttModel::addClient().
| mqtt::mqttbroker::lib::MqttModel::MqttModelEntry::~MqttModelEntry | ( | ) |
Definition at line 194 of file MqttModel.cpp.
|
defaultnoexcept |
| const Mqtt * mqtt::mqttbroker::lib::MqttModel::MqttModelEntry::getMqtt | ( | ) | const |
Definition at line 205 of file MqttModel.cpp.
References mqtt.
Referenced by mqtt::mqttbroker::lib::MqttModel::addEventReceiver(), and mqtt::mqttbroker::lib::MqttModel::getMqtt().
| std::string mqtt::mqttbroker::lib::MqttModel::MqttModelEntry::onlineDuration | ( | ) | const |
Definition at line 201 of file MqttModel.cpp.
References mqtt.
Referenced by mqtt::mqttbroker::lib::MqttModel::addClient(), and mqtt::mqttbroker::lib::MqttModel::addEventReceiver().
| std::string mqtt::mqttbroker::lib::MqttModel::MqttModelEntry::onlineSince | ( | ) | const |
Definition at line 197 of file MqttModel.cpp.
References mqtt.
Referenced by mqtt::mqttbroker::lib::MqttModel::addClient(), and mqtt::mqttbroker::lib::MqttModel::addEventReceiver().
|
private |
Definition at line 87 of file MqttModel.h.
Referenced by getMqtt(), MqttModelEntry(), onlineDuration(), and onlineSince().