![]() |
LeechCraft
0.6.70-3565-g2d86529
Modular cross-platform feature rich live environment.
|
#include "util.h"
Public Member Functions | |
ScopeGuard () noexcept | |
ScopeGuard (const F &f) noexcept | |
ScopeGuard (const ScopeGuard &)=delete | |
ScopeGuard & | operator= (const ScopeGuard &)=delete |
ScopeGuard & | operator= (ScopeGuard &&other) |
ScopeGuard (ScopeGuard &&other) noexcept | |
~ScopeGuard () | |
void | Dismiss () noexcept |
ScopeGuard < DefaultScopeGuardDeleter > | EraseType () |
operator ScopeGuard< DefaultScopeGuardDeleter > () | |
|
inlinenoexcept |
|
inlinenoexcept |
|
delete |
|
inlinenoexcept |
|
inline |
|
inlinenoexcept |
Definition at line 83 of file util.h.
Referenced by LeechCraft::Util::detail::ScopeGuard< F >::EraseType().
|
inline |
Definition at line 88 of file util.h.
References LeechCraft::Util::detail::ScopeGuard< F >::Dismiss().
Referenced by LeechCraft::Util::detail::ScopeGuard< F >::operator ScopeGuard< DefaultScopeGuardDeleter >().
|
inline |
Definition at line 94 of file util.h.
References LeechCraft::Util::detail::ScopeGuard< F >::EraseType().
|
delete |
|
inline |