Create a Signaler with no connected slots.
Synopsis
Declared in <bdlmt_signaler.h>
explicit
Signaler(bslma::Allocator* basicAllocator = 0);
Description
Create a Signaler object having no connected slots. Optionally specify a basicAllocator used to supply memory. If basicAllocator is 0, the currently installed default allocator is used. Note that the supplied allocator must remain valid until all connection objects associated with this signaler are destroyed.
Parameters
Name |
Description |
basicAllocator |
allocator used to supply memory |
Created with MrDocs