|
Vesna
|
The OnLeavingScope class - class which purpose is call assigned function, when class instance leaves its scope (when destructor is called) More...
#include <ApplicationLanguageSwitcher.h>
Public Types | |
| using | OnLeavingScopeFunction = std::function< bool()> |
Public Member Functions | |
| OnLeavingScope (const OnLeavingScope &)=delete | |
| OnLeavingScope & | operator= (const OnLeavingScope &)=delete |
| OnLeavingScope (const OnLeavingScopeFunction &f) | |
| ~OnLeavingScope () | |
The OnLeavingScope class - class which purpose is call assigned function, when class instance leaves its scope (when destructor is called)
| using OnLeavingScope::OnLeavingScopeFunction = std::function<bool()> |
|
delete |
|
inline |
|
inline |
|
delete |
1.8.8