#include "config.hpp"
#include <eagine/enum_bitfield.hpp>
#include <eagine/enum_class.hpp>
#include <eagine/identifier.hpp>
Go to the source code of this file.
Namespaces | |
eagine | |
Common code is placed in this namespace. | |
eagine::oalp | |
AL-related code is placed in this namespace. | |
Typedefs | |
template<typename Self , identifier_t Id> | |
using | eagine::oalp::alut_enum_class = enum_class< Self, alut_types::enum_type, EAGINE_ID_V(ALUT), Id > |
Typed wrapper class for ALUT enum constants/values. More... | |
using | eagine::oalp::alut_any_enum_class = any_enum_class< EAGINE_ID_V(ALUT)> |
Type erasure alias for ALUT enum classes. | |
using | eagine::oalp::alut_any_enum_value = any_enum_value< EAGINE_ID_V(ALUT)> |
Type erasure alias for ALUT enum values. | |
Copyright Matus Chochlik. 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