If a stop has already been requested, then invoke the callback of the specified node and return false. Otherwise, add node to the list of nodes registered to this state and return true. The behavior is undefined if this method is called more than once for a given node.

Synopsis

Declared in <bslstl_stopstate.h>

bool
enregister(StopStateCallbackNode* node);

Created with MrDocs