ESPHome 2025.12.0-dev
Loading...
Searching...
No Matches
finite_set_mask.h File Reference

Go to the source code of this file.

Data Structures

struct  esphome::DefaultBitPolicy< ValueType, MaxBits >
 Default bit mapping policy for contiguous enums starting at 0 Provides 1:1 mapping where enum value equals bit position. More...
 
class  esphome::FiniteSetMask< ValueType, BitPolicy >
 Generic bitmask for storing a finite set of discrete values efficiently. More...
 
class  esphome::FiniteSetMask< ValueType, BitPolicy >::Iterator
 Iterator support for range-based for loops and API encoding Iterates over set bits and converts bit positions to values Optimization: removes bits from mask as we iterate. More...
 

Namespaces

namespace  esphome
 Providing packet encoding functions for exchanging data with a remote host.