ESPHome  2024.3.1
Public Member Functions
esphome::rtttl::IsPlayingCondition< Ts > Class Template Reference

#include <rtttl.h>

Inheritance diagram for esphome::rtttl::IsPlayingCondition< Ts >:
esphome::Condition< Ts... > esphome::Parented< Rtttl >

Public Member Functions

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...
 
- Public Member Functions inherited from esphome::Parented< Rtttl >
 Parented ()
 
 Parented (Rtttl *parent)
 
Rtttl * get_parent () const
 Get the parent of this object. More...
 
void set_parent (Rtttl *parent)
 Set the parent of this object. More...
 

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< Rtttl >
Rtttl * parent_
 

Detailed Description

template<typename... Ts>
class esphome::rtttl::IsPlayingCondition< Ts >

Definition at line 107 of file rtttl.h.

Member Function Documentation

◆ check()

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

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

Definition at line 109 of file rtttl.h.


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