Home
last modified time | relevance | path

Searched refs: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
34 using slot = std::unique_ptr<sd_bus_slot, SlotDeleter>;
46 slot() : _slot(nullptr, details::SlotDeleter(&sdbus_impl)) {} in slot()
54 _slot(s, details::SlotDeleter(intf)) in slot()