NIM PC Cross Platform SDK
nim_session_helper.cpp File Reference

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

Namespaces

namespace  nim
 namespace nim
 

Functions

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

Detailed Description

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

Date
2015/10/22