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

This file contains definition of common handler. More...

#include <tuple>
#include <type_traits>
#include "comms/util/Tuple.h"
#include "comms/util/type_traits.h"
#include "comms/details/tag.h"

Go to the source code of this file.

Classes

class  comms::GenericHandler< TDefault, TAll, TRetType >
 Generic common message handler. More...
 

Namespaces

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

Detailed Description

This file contains definition of common handler.