|
ngl_server 1.0
基于 Actor 模型的 C++ 服务器框架
|
房间索引,按玩法类型维护房间状态和就绪列表 More...
#include <actor_example_match.h>
Public Types | |
| enum | eroom_stat { eroom_matching , eroom_ready } |
Public Attributes | |
| int32_t | m_index = 0 |
| std::map< int32_t, eroom_stat > | m_roomlist |
| std::list< int32_t > | m_readyroomlist |
房间索引,按玩法类型维护房间状态和就绪列表