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

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

#include <functional>
#include <list>
#include <set>
#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"
#include "nim_wrapper_util/nim_json_util.h"

浏览源代码.

struct  nim::TeamInfo
 群组信息 更多...
 
struct  nim::TeamMemberProperty
 群组成员信息 更多...
 
struct  nim::TeamEvent
 群组事件通知 更多...
 
struct  nim::TeamMemberRoleTypeSearchOption
 群成员检索参数 更多...
 
struct  nim::TeamMemberSerachResult
 群成员搜索结果 更多...
 

命名空间

namespace  nim
 namespace nim
 

枚举

enum  nim::TeamQueryOrder { nim::kTeamQueryOrderDesc = 0 , nim::kTeamQueryOrderAsc = 1 }
 

函数

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

详细描述

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

日期
2015/10/14