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 は空のデータマップを返します。