Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aui-framework/aui
/ AProgramModule
Function
AProgramModule
aui.core/src/AUI/Platform/AProgramModule.h:31–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
HMODULE mHandle;
30
31
AProgramModule(const AProgramModule&) = delete;
32
33
public:
34
AProgramModule(HMODULE handle) noexcept : mHandle(handle) {}
Callers
1
AProgramModule.h
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected