NEMeeting SDK
命名空间 | 类型定义
callback_interface.h 文件参考

通用回调头文件 更多...

#include "nemeeting_sdk_interface_export.h"
#include "build_config.h"
#include <functional>
#include <string>
#include "error.h"
callback_interface.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

命名空间

 nem_sdk_interface
 

类型定义

template<class... TResultParam>
using nem_sdk_interface::NECallback = std::function< void(NEErrorCode, const std::string &, const TResultParam &...)>
 
using nem_sdk_interface::NEEmptyCallback = NECallback<>
 

详细描述

通用回调头文件

作者
日期
2021/04/08

在文件 callback_interface.h 中定义.