NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
nim_session_helper.h 文件参考

Session 辅助方法和数据结构定义 更多...

#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"

浏览源代码.

struct  nim::StickTopSessionInfo
 会话数据 更多...
 
struct  nim::SessionData
 会话数据 更多...
 
struct  nim::SessionDataList
 会话列表数据 更多...
 
struct  nim::StickTopSession
 
struct  nim::MultiUnreadCountZeroInfo
 
struct  nim::StickTopSessionList
 

命名空间

namespace  nim
 namespace nim
 

函数

bool nim::ParseSession (const std::string &session_json, SessionData &session)
 解析会话信息
 
void nim::ParseSession (const nim_cpp_wrapper_util::Json::Value &session_json, SessionData &session)
 解析会话信息
 
bool nim::ParseSessionList (const std::string &sessions_json, SessionDataList &session_list)
 解析会话列表信息
 
bool nim::ParseStickTopSession (const std::string &session_json, StickTopSession &session)
 解析置顶会话信息
 
void nim::ParseStickTopSession (const nim_cpp_wrapper_util::Json::Value &session_json, StickTopSession &session)
 解析置顶会话信息
 
bool nim::ParseStickTopSessionList (const std::string &sessions_json, StickTopSessionList &stick_top_session_list)
 解析置顶会话列表信息
 

详细描述

Session 辅助方法和数据结构定义

日期
2015/10/22