NIM PC Cross Platform SDK
nim_team_helper.cpp File Reference

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

Namespaces

namespace  nim
 namespace nim
 

Functions

void nim::ParseTeamEvent (int rescode, const std::string &team_id, const NIMNotificationId notification_id, const std::string &team_event_json, TeamEvent &team_event)
 解析群组事件通知 More...
 
void nim::ParseTeamInfoJson (const nim_cpp_wrapper_util::Json::Value &team_info_json, TeamInfo &team_info)
 解析群组信息 More...
 
bool nim::ParseTeamInfoJson (const std::string &team_info_json, TeamInfo &team_info)
 解析群组信息 More...
 
bool nim::ParseTeamInfosJson (const std::string &team_infos_json, std::list< TeamInfo > &team_infos)
 解析群组信息 More...
 
void nim::ParseTeamMemberPropertyJson (const nim_cpp_wrapper_util::Json::Value &team_member_prop_json, TeamMemberProperty &team_member_property)
 解析群成员信息 More...
 
bool nim::ParseTeamMemberPropertyJson (const std::string &team_member_prop_json, TeamMemberProperty &team_member_property)
 解析群成员信息 More...
 
bool nim::ParseTeamMemberPropertysJson (const std::string &team_member_props_json, std::list< TeamMemberProperty > &team_member_propertys)
 解析群成员信息 More...
 

Detailed Description

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

Date
2015/10/14