Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
Loading...
Searching...
No Matches
rtp::sys::impl::LibraryBackend Member List

This is the complete list of members for rtp::sys::impl::LibraryBackend, including all inherited members.

close(void *handle) noexcept -> std::expected< void, rtp::Error >rtp::sys::impl::LibraryBackendstatic
getSymbol(void *handle, std::string_view name) -> std::expected< void *, rtp::Error >rtp::sys::impl::LibraryBackendstatic
open(std::string_view path) -> std::expected< void *, rtp::Error >rtp::sys::impl::LibraryBackendstatic