gpg:: EventManager:: FetchAllResponse
#include <event_manager.h>
所有事件的 Data
和 ResponseStatus
。
摘要
公共属性 |
|
---|---|
data
|
std::map< std::string, Event >
一个映射,其中包含与应用相关联的所有事件的数据。
|
status
|
可以是 ResponseStatus 中列出的值之一。
|
公共属性
数据
std::map< std::string, Event > gpg::EventManager::FetchAllResponse::data
一个映射,其中包含与应用相关联的所有事件的数据。
键是事件 ID。
status
ResponseStatus gpg::EventManager::FetchAllResponse::status
可以是 ResponseStatus 中列出的值之一。
如果响应失败,FetchAllResponse
会返回一个空数据映射。