COMMS
Template library intended to help with implementation of communication protocols.
|
Contains definition of MsgDispatcher class which facilitates dispatching of message object to appropriate handler. More...
#include <type_traits>
#include "comms/dispatch.h"
#include "comms/Message.h"
#include "comms/details/MsgDispatcherOptionsParser.h"
#include "comms/traits.h"
#include "comms/util/type_traits.h"
Go to the source code of this file.
Classes | |
class | comms::MsgDispatcher< TOptions > |
An auxiliary class to force a particular way of dispatching message to its handler. More... | |
Namespaces | |
namespace | comms |
Main namespace for all classes / functions of COMMS library. | |
Contains definition of MsgDispatcher class which facilitates dispatching of message object to appropriate handler.