COMMS
Template library intended to help with implementation of communication protocols.
Classes | Namespaces
MsgDispatcher.h File Reference

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

 comms
 Main namespace for all classes / functions of COMMS library.
 

Detailed Description

Contains definition of MsgDispatcher class which facilitates dispatching of message object to appropriate handler.