ESPHome  2024.4.0
Public Member Functions | Protected Attributes
esphome::mqtt::MQTTConnectedCondition< Ts > Class Template Reference

#include <mqtt_client.h>

Inheritance diagram for esphome::mqtt::MQTTConnectedCondition< Ts >:
esphome::Condition< Ts... >

Public Member Functions

 MQTTConnectedCondition (MQTTClientComponent *parent)
 
bool check (Ts... x) override
 
- Public Member Functions inherited from esphome::Condition< Ts... >
bool check_tuple (const std::tuple< Ts... > &tuple)
 Call check with a tuple of values as parameter. More...
 

Protected Attributes

MQTTClientComponentparent_
 

Additional Inherited Members

- Protected Member Functions inherited from esphome::Condition< Ts... >
bool check_tuple_ (const std::tuple< Ts... > &tuple, seq< S... >)
 

Detailed Description

template<typename... Ts>
class esphome::mqtt::MQTTConnectedCondition< Ts >

Definition at line 402 of file mqtt_client.h.

Constructor & Destructor Documentation

◆ MQTTConnectedCondition()

template<typename... Ts>
esphome::mqtt::MQTTConnectedCondition< Ts >::MQTTConnectedCondition ( MQTTClientComponent parent)
inline

Definition at line 404 of file mqtt_client.h.

Member Function Documentation

◆ check()

template<typename... Ts>
bool esphome::mqtt::MQTTConnectedCondition< Ts >::check ( Ts...  x)
inlineoverridevirtual

Implements esphome::Condition< Ts... >.

Definition at line 405 of file mqtt_client.h.

Field Documentation

◆ parent_

template<typename... Ts>
MQTTClientComponent* esphome::mqtt::MQTTConnectedCondition< Ts >::parent_
protected

Definition at line 408 of file mqtt_client.h.


The documentation for this class was generated from the following file: