NIM 跨平台 C++ SDK
载入中...
搜索中...
未找到
nim_super_team_helper.cpp 文件参考

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

命名空间

namespace  nim
 namespace nim
 

函数

void nim::ParseSuperTeamEvent (int rescode, const std::string &team_id, const NIMNotificationId notification_id, const std::string &team_event_json, SuperTeamEvent &team_event)
 解析群组事件通知
 
void nim::ParseSuperTeamInfoJson (const nim_cpp_wrapper_util::Json::Value &team_info_json, SuperTeamInfo &team_info)
 解析群组信息
 
bool nim::ParseSuperTeamInfoJson (const std::string &team_info_json, SuperTeamInfo &team_info)
 解析群组信息
 
bool nim::ParseSuperTeamInfosJson (const std::string &team_infos_json, std::list< SuperTeamInfo > &team_infos)
 解析群组信息
 
void nim::ParseSuperTeamMemberPropertyJson (const nim_cpp_wrapper_util::Json::Value &team_member_prop_json, SuperTeamMemberProperty &team_member_property)
 解析群成员信息
 
bool nim::ParseSuperTeamMemberPropertyJson (const std::string &team_member_prop_json, SuperTeamMemberProperty &team_member_property)
 解析群成员信息
 
bool nim::ParseSuperTeamMemberPropertysJson (const std::string &team_member_props_json, std::list< SuperTeamMemberProperty > &team_member_propertys)
 解析群成员信息
 

详细描述

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

日期
2015/10/14