SeqAn3  3.0.0
The Modern C++ library for sequence analysis.
all.hpp
Go to the documentation of this file.
1 // -----------------------------------------------------------------------------------------------------
2 // Copyright (c) 2006-2019, Knut Reinert & Freie Universität Berlin
3 // Copyright (c) 2016-2019, Knut Reinert & MPI für molekulare Genetik
4 // This file may be used, modified and/or redistributed under the terms of the 3-clause BSD-License
5 // shipped with this file and also available at: https://github.com/seqan/seqan3/blob/master/LICENSE.md
6 // -----------------------------------------------------------------------------------------------------
7 
14 #pragma once
15 
16 // ============================================================================
17 // External concept implementations
18 // ============================================================================
19 
26 #include <seqan3/core/platform.hpp>
30 
Provides seqan3::add_enum_bitwise_operators.
Provides platform and dependency checks.
Meta-header for implementation details in the core module.
Provides seqan3::pod_tuple.
Provides seqan3::type_list and auxiliary type traits.
Provides various type traits.
Meta-include for custom concepts.
Provides utility functions for tuple like interfaces.
Meta-Header for components of the algorithm submodule.
Provides seqan3::debug_stream and related types.