gpg::
  #include <event_manager.h>
  所有事件的Data和ResponseStatus。
摘要
| 公開屬性 | |
|---|---|
| data | std::map< std::string, Event >包含應用程式所有相關事件資料的地圖。 | 
| status | 可以是 ResponseStatus 中列舉的其中一個值。 | 
公開屬性
資料
std::map< std::string, Event > gpg::EventManager::FetchAllResponse::data
包含應用程式所有相關事件資料的地圖。
這些鍵為事件 ID。
狀態
ResponseStatus gpg::EventManager::FetchAllResponse::status
可以是 ResponseStatus 中列舉的其中一個值。
如果回應失敗,FetchAllResponse 會傳回空白的資料對應。
