gpg::EventManager::FetchAllResponse

#include <event_manager.h>

すべてのイベントで DataResponseStatus

概要

パブリック属性

data
std::map< std::string, Event >
アプリケーションに関連付けられているすべてのイベントのデータを含むマップ。
status
ResponseStatus に列挙されている値のいずれかになります。

パブリック属性

data

std::map< std::string, Event > gpg::EventManager::FetchAllResponse::data

アプリケーションに関連付けられているすべてのイベントのデータを含むマップ。

キーはイベント ID です。

獲得する

ResponseStatus gpg::EventManager::FetchAllResponse::status

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

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