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