rotor
Event loop friendly C++ actor micro-framework
 
Loading...
Searching...
No Matches
system_context_fltk.h
1#pragma once
2
3//
4// Copyright (c) 2019-2024 Ivan Baidakou (basiliscos) (the dot dmol at gmail dot com)
5//
6// Distributed under the MIT Software License
7//
8
9#include "rotor/arc.hpp"
10#include "rotor/system_context.h"
11
12namespace rotor {
13namespace fltk {
14
17
20
21} // namespace fltk
22} // namespace rotor
rotor::intrusive_ptr_t< system_context_fltk_t > system_context_ptr_t
intrusive pointer type for fltk system context
Definition system_context_fltk.h:19
Basic namespace for all rotor functionalities.
Definition rotor.hpp:21
boost::intrusive_ptr< T > intrusive_ptr_t
alias for intrusive pointer
Definition arc.hpp:27
The system context holds root supervisor_t (intrusive pointer) and may be loop-related details in der...
Definition system_context.h:32