Pod loading and management system 더 자세히 ...
#include <podLoader.hpp>
Public 멤버 함수 | |
| me & | addPath (const std::string &filePath) |
| me & | addPath (const std::vector< std::string > paths) |
| me & | addPath (std::initializer_list< const nchar * > paths) |
| me & | addRelativePath (const std::string &path) |
| me & | setBasePods (nmap &s) |
| Sets the map where loaded pods will be stored. | |
| me & | setBasePods (nmap *it) BY_SIDE_FUNC(it |
| void | load () |
| Initiates the pod loading process. | |
Public 속성 | |
| me setBasePods | it |
| me setBasePods * | this |
Pod loading and management system
Manages the loading of slots from manifest files and file paths. Coordinates pod loading strategies and maintains slot hierarchies for the runtime system.
| void by::podLoader::load | ( | ) |
Initiates the pod loading process.
This method triggers the discovery, parsing, verification, and linking of all pods found in the configured paths.
| me & by::podLoader::setBasePods | ( | nmap & | s | ) |
Sets the map where loaded pods will be stored.
| s | The nmap object to store the loaded pods. |
podLoader instance.