Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
Loading...
Searching...
No Matches
LibraryBackend_Unix.cpp File Reference

Unix-based dynamic library handling implementation. More...

#include "RType/Assert.hpp"
#include "LibraryBackend.hpp"
#include <dlfcn.h>
Include dependency graph for LibraryBackend_Unix.cpp:

Go to the source code of this file.

Namespaces

namespace  rtp
 
namespace  rtp::sys
 
namespace  rtp::sys::impl
 

Detailed Description

Unix-based dynamic library handling implementation.

Author
Robin Toillon

Implements dynamic library operations using POSIX dlopen, dlsym, and dlclose functions. Provides error handling using dlerror for Unix-like systems.

Definition in file LibraryBackend_Unix.cpp.