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 です。

status

ResponseStatus gpg::EventManager::FetchAllResponse::status

ResponseStatus で列挙された値のいずれかになります。

レスポンスが失敗した場合、FetchAllResponse は空のデータマップを返します。