gpg:: EventManager:: FetchAllResponse
  #include <event_manager.h>
  Data and ResponseStatus for all events. 
Summary
        Public attributes | 
    |
|---|---|
        data
       | 
      
        std::map< std::string, Event >
        A map containing data for all events associated with the application.  
       | 
    
        status
       | 
      
        
         Can be one of the values enumerated in ResponseStatus.  
       | 
    
Public attributes
data
std::map< std::string, Event > gpg::EventManager::FetchAllResponse::data
A map containing data for all events associated with the application.
The keys are event ids.
status
ResponseStatus gpg::EventManager::FetchAllResponse::status
Can be one of the values enumerated in ResponseStatus.
If the response is unsuccessful, FetchAllResponse returns an empty data map.