Intrusive list node that stores a registered stop‐callback invocation.

Synopsis

Declared in <bslstl_stopstate.h>

class StopStateCallbackNode;

Member Functions

Name

Description

invoke [virtual]

Invoke the callback stored in the derived class.

Friends

Name

Description

BloombergLP::bslstl::StopState

Shared stop state that tracks a stop request and registered callbacks.

Derived Classes

Name

Description

StopCallback_Node

Component‐private node storing a stop callback for StopState.

Created with MrDocs