Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/
H A Dslot.hpp22 struct SlotDeleter struct
24 explicit SlotDeleter(SdBusInterface* intf) : intf(intf) {} in SlotDeleter() argument
26 void operator()(slotp_t ptr) const in operator ()()
31 SdBusInterface* intf;