SDK库辅助方法
更多...
#include <functional>
#include <list>
#include <map>
#include <string>
#include "assert.h"
#include <dlfcn.h>
浏览源代码.
|
namespace | nim |
| namespace nim
|
|
SDK库辅助方法
- 版权所有
- (c) 2015-2017, NetEase Inc. All rights reserved
- 日期
- 2015/09/08
◆ NIM_SDK_GET_FUNC_FROM_INSTANCE
#define NIM_SDK_GET_FUNC_FROM_INSTANCE |
( |
| instance, |
|
|
| function_ptr ) |
值: (instance != nullptr && (((function_ptr)instance->GetFunction(#function_ptr)) != nullptr) \
? ((function_ptr)instance->GetFunction(#function_ptr)) \
: (
nim::nim_print_unfound_func_name(#function_ptr), (function_ptr)
nim::unfound_function_holder))
◆ BoolStatus
自定义的布尔值类型数据的替代数据类型
枚举值 |
---|
BS_NOT_INIT | 未初始化
|
BS_FALSE | false
|
BS_TRUE | true
|