|
BDE 4.14.0 Production release
|
#include <bsls_ident.h>#include <bdlscm_version.h>#include <bsla_maybeunused.h>#include <bsla_nodiscard.h>#include <bslmf_assert.h>#include <bslmf_conditional.h>#include <bslmf_decay.h>#include <bslmf_enableif.h>#include <bslmf_isconvertible.h>#include <bslmf_isfunction.h>#include <bslmf_isnothrowmoveconstructible.h>#include <bslmf_ispointer.h>#include <bslmf_issame.h>#include <bslmf_movableref.h>#include <bslmf_removepointer.h>#include <bslmf_util.h>#include <bsl_functional.h>#include <bsls_buildtarget.h>#include <bsls_compilerfeatures.h>#include <bsls_keyword.h>#include <bsls_platform.h>#include <bsls_util.h>Go to the source code of this file.
Classes | |
| class | bdlb::ScopeExit< EXIT_FUNC > |
| struct | bsl::is_nothrow_move_constructible< BloombergLP::bdlb::ScopeExit< EXIT_FUNC > > |
Macros | |
| #define | BDLB_SCOPEEXIT_NOEXCEPT_SPEC(...) |
| #define | BDLB_SCOPEEXIT_PROCTOR(NAME, EXIT_FUNC) BloombergLP::bdlb::ScopeExitAny NAME((EXIT_FUNC)) |
| #define | BDLB_SCOPEEXIT_PRIVATE_CAT(X, Y) BDLB_SCOPEEXIT_PRIVATE_CAT_IMP(X, Y) |
| #define | BDLB_SCOPEEXIT_PRIVATE_CAT_IMP(X, Y) X##Y |
| #define | BDLB_SCOPEEXIT_PRIVATE_UNIQNUM __LINE__ |
| #define | BDLB_SCOPEEXIT_GUARD(EXIT_FUNC) |
Typedefs | |
| typedef ScopeExit< bsl::function< void()> > | bdlb::ScopeExitAny |
The content of this file has been pre-processed for Doxygen.