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

Declarations for platform-specific dynamic library handling. More...

#include <expected>
#include <string>
#include <string_view>
#include "LibraryBackend.hpp"
Include dependency graph for LibraryBackend.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rtp::sys::impl::LibraryBackend
 Provides platform-specific implementations for dynamic library operations. More...
 

Namespaces

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

Detailed Description

Declarations for platform-specific dynamic library handling.

Author
Robin Toillon

Defines the interface for platform-specific implementations of dynamic library operations. Actual implementations are provided in LibraryBackend_Unix.cpp and LibraryBackend_Win.cpp.

Definition in file LibraryBackend.hpp.