38#include "reference.hpp"
60 actor & operator = (
const actor & ref) =
default;
61 actor & operator = (
actor && ref)
noexcept(
false);
65 virtual void on_event(
const std::string & event_name) = 0;
class of object that are pointed/triggered to by others
Definition: actor.hpp:55
virtual void on_event(const std::string &event_name)=0
implementation in inherited class of the action triggered by the event given in argument
class reference gives a mean to link objects by a peering method
Definition: reference.hpp:47