File module_init_info.h File List > backend > module_init_info.h Go to the documentation of this file #pragma once #include <uipc/common/dllexport.h> #include <memory_resource> class UIPC_CORE_API UIPCModuleInitInfo { public: std::string_view module_name; std::pmr::memory_resource* memory_resource = nullptr; };