ESPHome  2024.3.1
Public Member Functions | Protected Attributes
esphome::AndCondition< Ts > Class Template Reference

#include <base_automation.h>

Inheritance diagram for esphome::AndCondition< Ts >:
esphome::Condition< Ts... >

Public Member Functions

 AndCondition (const std::vector< Condition< Ts... > *> &conditions)
 
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

std::vector< Condition< Ts... > * > conditions_
 

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::AndCondition< Ts >

Definition at line 12 of file base_automation.h.

Constructor & Destructor Documentation

◆ AndCondition()

template<typename... Ts>
esphome::AndCondition< Ts >::AndCondition ( const std::vector< Condition< Ts... > *> &  conditions)
inlineexplicit

Definition at line 14 of file base_automation.h.

Member Function Documentation

◆ check()

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

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

Definition at line 15 of file base_automation.h.

Field Documentation

◆ conditions_

template<typename... Ts>
std::vector<Condition<Ts...> *> esphome::AndCondition< Ts >::conditions_
protected

Definition at line 25 of file base_automation.h.


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