Skip to content

SFME::Mediator

Sztergbaum Roman edited this page Feb 4, 2018 · 66 revisions

Welcome to the page of the SFME::Mediator module

Modules contents

Example

A complete example can be found here

EventManager

Content for EventManager.

Member function : emit

    template <typename TEvent, typename ... Args>
    void emit(Args &&... args) noexcept;
Template parameters
  • TEvent: The type of event you wish to broadcast.
  • Args: The arguments possibly necessary to the creation of the TEvent object.

BaseEvent

Content for BaseEvent.

Receiver

Content for Receiver.

Example

Content of the examples.

Clone this wiki locally