Webdar 1.0.0
Web user interface to libdar
Classes
actor.hpp File Reference
#include "my_config.h"
#include <string>
#include "reference.hpp"
Include dependency graph for actor.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  actor
 class of object that are pointed/triggered to by others More...
 

Detailed Description

defines actor class

actor links to events and get triggered upon certain events an actor object must register for one or more named event of a events object (using the events::record_actor_on_event() method) (or of different events objects) to be triggered by a named event

when a named event occurs the actor is triggered calling its on_event() method having the name of the event passed as argument