$darkmode
time_event.hpp File Reference
#include <chrono>
#include <memory>
#include <queue>
#include <cloe/core.hpp>
#include <cloe/sync.hpp>
#include <cloe/trigger.hpp>
Include dependency graph for time_event.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  engine::events::TimeEvent
 
class  engine::events::TimeFactory
 
struct  engine::events::TimeTrigger
 
class  engine::events::TimeCallback
 
class  engine::events::NextFactory
 
class  engine::events::NextCallback
 

Typedefs

using engine::events::TimeEmplaceHook = std::function< void(const cloe::Trigger &, cloe::Duration)>
 

Detailed Description

This file defines the "time" and "next" events.