BloombergLP::bdlmt::Signaler_Node::Signaler_Node

Create a Signaler_Node with no connected slots.

Synopsis

Declared in <bdlmt_signaler.h>

explicit
Signaler_Node(bslma::Allocator* allocator);

Description

Create a Signaler_Node object having no connected slots. Specify an allocator used to supply memory. Note that the supplied allocator must remain valid until all connection objects associated with this signaler are destroyed.

Parameters

NameDescription
allocatorallocator used to supply memory