Sese Framework  x.y.z
A cross-platform framework
载入中...
搜索中...
未找到
Module.cpp 文件参考

宏定义

#define STR1(R)   #R
 
#define STR2(R)   STR1(R)
 

类型定义

using getModuleInfoFunc = sese::plugin::ModuleInfo *()
 
using getFactoryFunc = sese::plugin::ClassFactory *()
 

宏定义说明

◆ STR1

#define STR1 ( R)    #R

◆ STR2

#define STR2 ( R)    STR1(R)

被这些函数引用 sese::plugin::Module::open().

类型定义说明

◆ getFactoryFunc

◆ getModuleInfoFunc