gpg:: EventManager:: FetchAllResponse
#include <event_manager.h>
모든 이벤트의 Data
및 ResponseStatus
요약
공개 속성 |
|
---|---|
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
는 빈 데이터 맵을 반환합니다.