ngl_server 1.0
基于 Actor 模型的 C++ 服务器框架
tools_group.h File Reference

Actor分组管理工具,用于批量操作和成员管理。 More...

#include "actor/protocol/nprotocol.h"
#include <map>
#include <set>

Classes

class  ngl::tools::group
 Actor分组管理类。 More...

Namespaces

namespace  ngl::tools
 工具函数命名空间。

Detailed Description

Actor分组管理工具,用于批量操作和成员管理。

提供Actor ID的分组管理功能,支持创建/移除分组、添加/移除成员、 获取分组成员列表等操作。适用于批量消息发送、区域管理等场景。