AUI Framework
develop
Cross-platform base for C++ UI apps
|
Cleanup helper. More...
#include <AUI/Util/ACleanup.h>
Public Types | |
using | Callback = std::function<void()> |
Static Public Member Functions | |
static void | afterEntry (Callback callback) |
Cleanup helper.
|
inlinestatic |
callback | callback that called after AUI_ENTRY but before native entry point exit. |