AUI Framework  master
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
ACleanup Class Reference

Cleanup helper.

#include <AUI/Util/ACleanup.h>

Public Types#

using Callback = std::function<void()>
 

Static Public Member Functions#

static void afterEntry (Callback callback)
 

Member Function Documentation#

◆ afterEntry()#

static void ACleanup::afterEntry ( Callback callback)
inlinestatic
Parameters
callbackcallback that called after AUI_ENTRY but before native entry point exit.