NIM SDK API  9.0.0
Classes | Namespaces | Functions
nim_super_team_helper.h File Reference

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

#include <functional>
#include <list>
#include <string>
#include "nim_cpp_wrapper/helper/nim_sdk_loader_helper.h"
#include "nim_cpp_wrapper/helper/nim_user_helper.h"
#include "nim_cpp_wrapper/nim_sdk_cpp_wrapper.h"
#include "nim_define_include.h"

Go to the source code of this file.

Classes

struct  nim::SuperTeamInfo
 群组信息 More...
 
struct  nim::SuperTeamMemberProperty
 群组成员信息 More...
 
struct  nim::SuperTeamEvent
 群组事件通知 More...
 

Namespaces

 nim
 namespace nim
 

Functions

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

Detailed Description

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

Date
2015/10/14