|
SeqAn3 3.4.3-rc.1
The Modern C++ library for sequence analysis.
|
Helper utilities for defining customisation point objects (CPOs). More...
Include dependency graph for customisation_point.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | seqan3::detail::customisation_point_object< derived_t, max_priority > |
| A CRTP base-class that defines a customisation_point_object (CPO). More... | |
| struct | seqan3::detail::priority_tag< I > |
| A tag that allows controlled overload resolution via implicit base conversion rules. More... | |
| struct | seqan3::detail::priority_tag< 0 > |
| Recursion anchor for seqan3::detail::priority_tag. More... | |
Namespaces | |
| namespace | seqan3 |
| The main SeqAn3 namespace. | |
| namespace | seqan3::detail |
| The internal SeqAn3 namespace. | |
Macros | |
| #define | SEQAN3_CPO_OVERLOAD(...) cpo_overload(__VA_ARGS__) SEQAN3_CPO_OVERLOAD_BODY |
| A macro that helps to define a seqan3::detail::customisation_point_object. | |
| #define | SEQAN3_CPO_OVERLOAD_BODY(...) |
| A macro helper for SEQAN3_CPO_OVERLOAD. | |
Helper utilities for defining customisation point objects (CPOs).