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.
Synopsis
Declared in <bdlmt_signaler.h>
explicit
Signaler(bslma::Allocator* basicAllocator = 0);
Created with MrDocs