Non‐template protocol base for Signaler_SlotNode.
Synopsis
Declared in <bdlmt_signaler.h>
class Signaler_SlotNode_Base;
Description
Provide a non‐template protocol base class for Signaler_SlotNode so SignalerConnection objects, which are not templated, can refer to and manipulate Signaler_SlotNode objects.
Member Functions
Name |
Description |
|
Disconnect this slot without waiting for in‐progress signals. |
|
Disconnect this slot and wait for in‐progress signals to finish. |
|
Return |
Protected Member Functions
Name |
Description |
|
Virtual d'tor. |
Derived Classes
Name |
Description |
Dynamically allocated container holding one connected slot. |
Created with MrDocs