![]() |
Webdar 1.0.0
Web user interface to libdar
|
#include "my_config.h"
#include <string>
#include "reference.hpp"
Go to the source code of this file.
Classes | |
class | actor |
class of object that are pointed/triggered to by others More... | |
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