Home
last modified time | relevance | path

Searched defs:ConfigPropertyWatches (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-dbus-monitor/src/templates/
H A Dgenerated.mako.hpp247 struct ConfigPropertyWatches struct
249 using PropertyWatches = std::array<std::unique_ptr<Watch>, ${len(watches)}>;
251 static auto& get() in get()