Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
Gray::cAppStateModuleLoad Class Reference

#include <cAppState.h>

Public Member Functions

 cAppStateModuleLoad ()
 
 ~cAppStateModuleLoad ()
 

Detailed Description

Define an instance of this when loading a DLL on a given thread.

Note
a dynamic .DLL/.SO module can load after the app is fully loaded and in any thread. isInCInit() will now return the correct value for DLL static init.

Constructor & Destructor Documentation

◆ cAppStateModuleLoad()

Gray::cAppStateModuleLoad::cAppStateModuleLoad ( )
inline

◆ ~cAppStateModuleLoad()

Gray::cAppStateModuleLoad::~cAppStateModuleLoad ( )
inline

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