GetEvent

virtual PEvent IEventSource::GetEvent(const std::string &name) = 0

Gets the event with the specified name.

Parameters

name – Name of the event.

Returns

PEvent – The event with the specified name.

Throws