NIM PC Cross Platform SDK
|
文档传输辅助方法和数据结构定义 More...
#include <functional>
#include <list>
#include <string>
#include "nim_cpp_wrapper/nim_sdk_cpp_wrapper.h"
#include "nim_define_include.h"
#include "nim_wrapper_util/nim_json_util.h"
Go to the source code of this file.
Classes | |
struct | nim::PictureInfo |
文档传输的图片信息 More... | |
struct | nim::DocTransInfo |
文档传输信息 More... | |
Namespaces | |
namespace | nim |
namespace nim | |
Functions | |
bool | nim::ParseDocTransInfo (const std::string &json, DocTransInfo &info) |
解析文档传输信息 More... | |
int32_t | nim::ParseDocTransInfos (const std::string &json, std::list< DocTransInfo > &info_list) |
解析一组文档传输信息 More... | |
文档传输辅助方法和数据结构定义