Utility for managing begin/end precondition handler callbacks.
Synopsis
Declared in <bsls_preconditions.h>
class PreconditionsHandler;
Description
This utility class maintains pointers containing the addresses of functions invoked by the BSLS_PRECONDITIONS_BEGIN and BSLS_PRECONDITIONS_END macros, and provides methods to manipulate and utilize those functions.
Type Aliases
Name |
Description |
|
Static Member Functions
Name |
Description |
Return the previously installed |
|
Return the previously installed |
|
Store the specified |
|
Invoke the previously installed |
|
Invoke the previously installed |
|
Do nothing. |
Created with MrDocs