|
AusweisApp2
|
#include <ScopeGuard.h>
Öffentliche Methoden | |
| ScopeGuard (const ScopeGuard &pCopy)=delete | |
| ScopeGuard (const ScopeGuard &&pCopy)=delete | |
| ScopeGuard & | operator= (const ScopeGuard &pCopy)=delete |
| ScopeGuard & | operator= (const ScopeGuard &&pCopy)=delete |
| ScopeGuard (const std::function< void()> &pFunc, bool pEnabled=true) | |
| ~ScopeGuard () | |
| bool | isEnabled () const |
| void | setEnabled (bool pEnabled=true) |
Freundbeziehungen | |
| class | ::test_ScopeGuard |
|
delete |
|
delete |
| ScopeGuard::ScopeGuard | ( | const std::function< void()> & | pFunc, |
| bool | pEnabled = true |
||
| ) |
| ScopeGuard::~ScopeGuard | ( | ) |
| bool ScopeGuard::isEnabled | ( | ) | const |
|
delete |
|
delete |
| void ScopeGuard::setEnabled | ( | bool | pEnabled = true | ) |
|
friend |