mimic++ v5
|
#include "mimic++/Fwd.hpp"
#include "mimic++/TypeTraits.hpp"
#include <concepts>
#include <source_location>
#include <tuple>
Go to the source code of this file.
Namespaces | |
namespace | mimicpp |
Macros | |
#define | MIMICPP_DETAIL_DEFINE_REMOVE_CALL_CONVENTION(call_convention, specs) |
Generates the desired remove_call_convention trait-specialization. | |
#define | MIMICPP_DETAIL_DEFINE_ADD_CALL_CONVENTION(call_convention, specs) |
Generates the desired add_call_convention trait-specialization. | |
#define | MIMICPP_DETAIL_DEFINE_CALL_CONVENTION_CALL_INTERFACE(call_convention, specs) |
Generates the desired CallInterface -specialization. | |
#define | MIMICPP_DETAIL_DEFINE_CALL_CONVENTION_SPECIALIZATIONS(call_convention, specs) |
Generates the required specializations. | |
#define | MIMICPP_REGISTER_CALL_CONVENTION(call_convention, namespace_name) |
Registers the desired call-convention. | |