|
Arcade architecture
|
Header file for the LibLoader class, responsible for dynamically loading modules. More...
#include <memory>#include "IDisplayModule.hpp"#include "LoaderType.hpp"#include "Exception.hpp"#include "DynamicLib.hpp"

Go to the source code of this file.
Classes | |
| class | Loader::LibLoader |
| A class for dynamically loading and managing modules. More... | |
Namespaces | |
| namespace | Loader |
Header file for the LibLoader class, responsible for dynamically loading modules.
This file defines the LibLoader class, which provides functionality to load and manage dynamic libraries (modules) at runtime. It includes methods to retrieve module information such as type, path, and name, as well as to create display module objects.