Home
last modified time | relevance | path

Searched refs:has_slots_interface (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/rtc_base/third_party/sigslot/
Dsigslot.h218 class has_slots_interface {
220 typedef void (*signal_connect_t)(has_slots_interface* self,
222 typedef void (*signal_disconnect_t)(has_slots_interface* self,
224 typedef void (*disconnect_all_t)(has_slots_interface* self);
231 has_slots_interface(signal_connect_t conn, in has_slots_interface() function
240 virtual ~has_slots_interface() {} in ~has_slots_interface()
257 has_slots_interface* pslot);
259 const has_slots_interface* poldslot,
260 has_slots_interface* pnewslot);
272 void slot_disconnect(has_slots_interface* pslot) { in slot_disconnect()
[all …]