AUI Framework  master
Cross-platform module-based framework for developing C++20 desktop applications
ACleanup Class Reference

Cleanup helper. More...

Detailed Description

Cleanup helper.

Public Types

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

Static Public Member Functions

static void afterEntry (Callback callback)
 

Friends

void afterEntryCleanup ()
 

Member Function Documentation

◆ afterEntry()

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

#include <AUI/Util/ACleanup.h>


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