AceTime  3.0.0
Date and time classes for Arduino that support timezones from the TZ Database.
Static Public Attributes | List of all members
ace_time::ZoneManager Class Reference

Base class for ManualZoneManager, BasicZoneManager, and ExtendedZoneManager to keep ZoneManager::kInvalidIndex for backwards compatibility. More...

#include <ZoneManager.h>

Inheritance diagram for ace_time::ZoneManager:
Inheritance graph
[legend]

Static Public Attributes

static const uint16_t kInvalidIndex = 0xffff
 Registry index which is not valid. More...
 

Detailed Description

Base class for ManualZoneManager, BasicZoneManager, and ExtendedZoneManager to keep ZoneManager::kInvalidIndex for backwards compatibility.

Subclasses are not meant to be used polymorphically because none of the methods are virtual.

Definition at line 27 of file ZoneManager.h.

Member Data Documentation

◆ kInvalidIndex

const uint16_t ace_time::ZoneManager::kInvalidIndex = 0xffff
static

Registry index which is not valid.

Indicates an error or not found.

Definition at line 31 of file ZoneManager.h.


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