Arcade architecture
LibLoader.hpp File Reference

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"
Include dependency graph for LibLoader.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Loader::LibLoader
 A class for dynamically loading and managing modules. More...
 

Namespaces

namespace  Loader
 

Detailed Description

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.

Author
Roussiere Noa
Date
2023