AceTime  3.0.0
Date and time classes for Arduino that support timezones from the TZ Database.
Public Member Functions | List of all members
ace_time::ZoneInfoLow::ZoneInfoStore Class Reference

A storage object that creates an ZoneInfoBroker from a key that identifies the ZoneInfo. More...

#include <ZoneInfoLow.h>

Public Member Functions

ZoneInfoBroker createZoneInfoBroker (uintptr_t zoneKey) const
 

Detailed Description

A storage object that creates an ZoneInfoBroker from a key that identifies the ZoneInfo.

The key can be a pointer to flash memory, or an integer into a list stored in a file.

Definition at line 807 of file ZoneInfoLow.h.

Member Function Documentation

◆ createZoneInfoBroker()

ZoneInfoBroker ace_time::ZoneInfoLow::ZoneInfoStore::createZoneInfoBroker ( uintptr_t  zoneKey) const
inline
Parameters
zoneKeyan opaque Zone primary key (e.g. const ZoneInfo*, or a uint16_t index into a database table of ZoneInfo records)

Definition at line 813 of file ZoneInfoLow.h.


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