NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
iplugin.hpp 文件参考

插件接口定义 更多...

iplugin.hpp 的引用(Include)关系图:

浏览该文件的源代码.

struct  plugin_info
 插件信息结构 更多...
struct  iplugin
 插件接口基类 更多...
struct  plugin_deleter
 插件自定义删除器 更多...

类型定义

using plugin_ptr = unique_ptr<iplugin, plugin_deleter>
 插件唯一指针类型

详细描述

插件接口定义

此文件定义了插件系统的核心接口,包括插件信息结构、 插件生命周期接口和插件指针管理类型。

在文件 iplugin.hpp 中定义.