ESPHome  2024.4.1
Data Structures | Functions
esphome::globals Namespace Reference

Data Structures

class  GlobalsComponent
 
class  GlobalVarSetAction
 
class  RestoringGlobalsComponent
 
class  RestoringGlobalStringComponent
 

Functions

template<typename T >
T & id (GlobalsComponent< T > *value)
 
template<typename T >
T & id (RestoringGlobalsComponent< T > *value)
 
template<typename T , uint8_t SZ>
T & id (RestoringGlobalStringComponent< T, SZ > *value)
 

Function Documentation

◆ id() [1/3]

template<typename T >
T& esphome::globals::id ( GlobalsComponent< T > *  value)

Definition at line 140 of file globals_component.h.

◆ id() [2/3]

template<typename T >
T& esphome::globals::id ( RestoringGlobalsComponent< T > *  value)

Definition at line 141 of file globals_component.h.

◆ id() [3/3]

template<typename T , uint8_t SZ>
T& esphome::globals::id ( RestoringGlobalStringComponent< T, SZ > *  value)

Definition at line 142 of file globals_component.h.