ESPHome 2025.5.0
Loading...
Searching...
No Matches
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.
 
- Public Member Functions inherited from esphome::Parented< Rtttl >
 Parented ()
 
 Parented (Rtttl *parent)
 
Rtttl * get_parent () const
 Get the parent of this object.
 
void set_parent (Rtttl *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< Rtttl >
Rtttl * parent_
 

Detailed Description

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

Definition at line 111 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 113 of file rtttl.h.


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