gpg::EventManager::FetchAllResponse

#include <event_manager.h>

DataResponseStatus 用於所有事件。

摘要

公開屬性

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 會傳回空白的資料對應。