GetEvents

virtual std::map<std::string, PEvent> IEventSource::GetEvents() = 0

Gets the collection of events of this event source.

Returns

std::map<std::string, PEvent> – Collection of events of this event source.

Throws