Go to the source code of this file.
Classes | |
struct | eagine::static_message_id< ClassId, MethodId > |
Template with two identifier parameters representing class/method pair. More... | |
struct | eagine::message_id |
Class storing two identifier values representing class/method pair. More... | |
struct | eagine::static_message_id< ClassId, MethodId > |
Template with two identifier parameters representing class/method pair. More... | |
Namespaces | |
eagine | |
Common code is placed in this namespace. | |
Macros | |
#define | EAGINE_MSG_TYPE(API, NAME) |
Macro for declaring instantiations of static_message_id. More... | |
#define | EAGINE_MSG_ID(API, NAME) |
Macro for instantiating objects of static_message_id. More... | |
Functions | |
template<identifier_t ClassId, identifier_t MethodId> | |
auto | eagine::operator== (message_id l, static_message_id< ClassId, MethodId > r) noexcept |
Equality comparison between message_id and static_message_id. | |
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