7 #ifndef _WsModuleLoader_H_
8 #define _WsModuleLoader_H_
12 #include "../WsModule/src/WsModule.h"
25 const std::vector<WsModuleLoader*>&
modules();
28 std::string
checkPath(
const std::string& path);
37 #endif // ifdef _WsModuleLoader_H_
std::string pathWithoutPrefix(const std::string &path)
const std::vector< WsModuleLoader * > & modules()
std::vector< WsModuleLoader * > m_vModules
std::string checkPath(const std::string &path)
std::string removePrefix(const std::string &path)
const WsModule * module(const std::string &moduleName)