MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
plugin_entry.hpp
1#ifndef MSTL_PLUGIN_PLUGIN_ENTRY_HPP__
2#define MSTL_PLUGIN_PLUGIN_ENTRY_HPP__
3#include "iplugin.hpp"
5
6#define MSTL_PLUGIN_CREATE_FUNC "create_plugin"
7#define MSTL_PLUGIN_DESTROY_FUNC "destroy_plugin"
8
9extern "C" {
10 iplugin* create_plugin();
11 void destroy_plugin(iplugin* p);
12}
13
15#endif // MSTL_PLUGIN_PLUGIN_ENTRY_HPP__
#define MSTL_END_NAMESPACE__
结束全局命名空间MSTL
#define MSTL_BEGIN_NAMESPACE__
开始全局命名空间MSTL