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

Declaration of the DynamicLibrary class. More...

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

Go to the source code of this file.

Classes

class  rtp::sys::DynamicLibrary
 Represents a dynamically loaded library. More...
 

Namespaces

namespace  rtp
 
namespace  rtp::sys
 

Detailed Description

Declaration of the DynamicLibrary class.

Represents a dynamically loaded library and provides methods to retrieve symbols from it.

Definition in file DynamicLibrary.hpp.