Skip to content

Commit

Permalink
Add partial umbrella header "ureact/ureact.hpp"
Browse files Browse the repository at this point in the history
It includes everything except adaptors.
  • Loading branch information
YarikTH committed Jan 6, 2024
1 parent 143a160 commit de9229d
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions include/ureact/ureact.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
//
// Copyright (C) 2014-2017 Sebastian Jeckel.
// Copyright (C) 2020-2024 Yaroslav Krylov.
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//

#ifndef UREACT_UREACT_HPP
#define UREACT_UREACT_HPP

// clang-format off
#include "ureact/version.hpp"
// clang-format on

#include <ureact/context.hpp>
#include <ureact/events.hpp>
#include <ureact/observer.hpp>
#include <ureact/signal.hpp>
#include <ureact/transaction.hpp>
#include <ureact/utility/event_emitter.hpp>
#include <ureact/utility/event_range.hpp>
#include <ureact/utility/observe_policy.hpp>
#include <ureact/utility/observer_action.hpp>
#include <ureact/utility/signal_pack.hpp>
#include <ureact/utility/type_traits.hpp>
#include <ureact/utility/unit.hpp>

#endif //UREACT_UREACT_HPP

0 comments on commit de9229d

Please # to comment.