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

Cleanup helper. More...

#include <AUI/Util/ACleanup.h>

Public Types

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

Static Public Member Functions

static void afterEntry (Callback callback)
 

Detailed Description

Cleanup helper.

Member Function Documentation

◆ afterEntry()

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

The documentation for this class was generated from the following files: