Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
Hook.hpp File Reference
#include <toolbox/sys/Time.hpp>
#include <toolbox/util/Slot.hpp>
#include <boost/intrusive/list.hpp>
Include dependency graph for Hook.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  toolbox::io::Hook
 

Namespaces

namespace  toolbox
 
namespace  toolbox::io
 

Typedefs

using toolbox::io::HookList = boost::intrusive::list< Hook, boost::intrusive::constant_time_size< false > >
 

Functions

void toolbox::io::dispatch (CyclTime now, const HookList &l) noexcept