ngl_server
1.0
基于 Actor 模型的 C++ 服务器框架
Main Page
Namespaces
Classes
Files
Examples
Class List
Class Index
Class Hierarchy
Class Members
ngl
rank_pair
Public Attributes
|
List of all members
ngl::rank_pair Struct Reference
排行榜数值/时间对
More...
#include <rank_item.h>
Public Attributes
int64_t
m_value
= 0
int32_t
m_time
= 0
Detailed Description
排行榜数值/时间对
Member Data Documentation
◆
m_time
int32_t ngl::rank_pair::m_time = 0
更新时间戳
◆
m_value
int64_t ngl::rank_pair::m_value = 0
排行榜数值
The documentation for this struct was generated from the following file:
E:/GitHub/ngl_server/public/cpp/actor/actor_logic/actor_ranklist/
rank_item.h
Generated by
Doxygen