|
ESPHome 2025.12.0-dev
|
Condition to check if Wireguard component is enabled. More...
#include <wireguard.h>
Public Member Functions | |
| bool | check (const 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. | |
Public Member Functions inherited from esphome::Parented< Wireguard > | |
| Parented () | |
| Parented (Wireguard *parent) | |
| Wireguard * | get_parent () const |
| Get the parent of this object. | |
| void | set_parent (Wireguard *parent) |
| Set the parent of this object. | |
Additional Inherited Members | |
Protected Member Functions inherited from esphome::Condition< Ts... > | |
| bool | check_tuple_ (const std::tuple< Ts... > &tuple, seq< S... >) |
Protected Attributes inherited from esphome::Parented< Wireguard > | |
| Wireguard * | parent_ |
Condition to check if Wireguard component is enabled.
Definition at line 155 of file wireguard.h.
|
inlineoverridevirtual |
Implements esphome::Condition< Ts... >.
Definition at line 157 of file wireguard.h.