11 template <
typename TCommon,
typename TAll>
15 template <
typename TCommon,
16 typename T1,
typename T2,
typename T3,
typename T4,
typename T5,
17 typename T6,
typename T7,
typename T8,
typename T9,
typename T10,
18 typename T11,
typename T12,
typename T13,
typename T14,
typename T15,
19 typename T16,
typename T17,
typename T18,
typename T19,
typename T20,
21 class GenericHandler<TCommon,
std::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T11, T13, T14, T15, T16, T17, T18, T19, T20, TRest...> > :
public GenericHandler<TCommon, std::tuple<TRest...> >
26 virtual void Handle(T1& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
27 virtual void Handle(T2& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
28 virtual void Handle(T3& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
29 virtual void Handle(T4& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
30 virtual void Handle(T5& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
31 virtual void Handle(T6& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
32 virtual void Handle(T7& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
33 virtual void Handle(T8& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
34 virtual void Handle(T9& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
35 virtual void Handle(T10& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
36 virtual void Handle(T11& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
37 virtual void Handle(T12& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
38 virtual void Handle(T13& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
39 virtual void Handle(T14& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
40 virtual void Handle(T15& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
41 virtual void Handle(T16& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
42 virtual void Handle(T17& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
43 virtual void Handle(T18& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
44 virtual void Handle(T19& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
45 virtual void Handle(T20& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
49 template <
typename TCommon,
50 typename T1,
typename T2,
typename T3,
typename T4,
typename T5,
51 typename T6,
typename T7,
typename T8,
typename T9,
typename T10,
53 class GenericHandler<TCommon,
std::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TRest...> > :
public GenericHandler<TCommon, std::tuple<TRest...> >
58 virtual void Handle(T1& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
59 virtual void Handle(T2& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
60 virtual void Handle(T3& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
61 virtual void Handle(T4& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
62 virtual void Handle(T5& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
63 virtual void Handle(T6& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
64 virtual void Handle(T7& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
65 virtual void Handle(T8& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
66 virtual void Handle(T9& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
67 virtual void Handle(T10& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
71 template <
typename TCommon,
72 typename T1,
typename T2,
typename T3,
typename T4,
typename T5,
79 virtual void Handle(T1& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
80 virtual void Handle(T2& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
81 virtual void Handle(T3& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
82 virtual void Handle(T4& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
83 virtual void Handle(T5& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
87 template <
typename TCommon,
typename T1,
typename T2,
typename T3,
typename T4>
92 virtual void Handle(T1& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
93 virtual void Handle(T2& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
94 virtual void Handle(T3& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
95 virtual void Handle(T4& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
100 template <
typename TCommon,
typename T1,
typename T2,
typename T3>
105 virtual void Handle(T1& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
106 virtual void Handle(T2& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
107 virtual void Handle(T3& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
112 template <
typename TCommon,
typename T1,
typename T2>
117 virtual void Handle(T1& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
118 virtual void Handle(T2& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
123 template <
typename TCommon,
typename T1>
128 virtual void Handle(T1& msg) { this->
Handle(
static_cast<TCommon&
>(msg)); }
133 template <
typename TCommon>
virtual void Handle(T4 &msg)
virtual void Handle(T1 &msg)
virtual void Handle(T5 &msg)
virtual void Handle(T2 &msg)
virtual void Handle(T3 &msg)
ProtocolCraft::GenericHandler< TCommon, std::tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T11, T13, T14, T15, T16, T17, T18, T19, T20, TRest... > >::Handle virtual void Handle(T16 &msg)
ProtocolCraft::GenericHandler< TCommon, std::tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T11, T13, T14, T15, T16, T17, T18, T19, T20, TRest... > >::Handle virtual void Handle(T18 &msg)
ProtocolCraft::GenericHandler< TCommon, std::tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T11, T13, T14, T15, T16, T17, T18, T19, T20, TRest... > >::Handle virtual void Handle(T4 &msg)
ProtocolCraft::GenericHandler< TCommon, std::tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T11, T13, T14, T15, T16, T17, T18, T19, T20, TRest... > >::Handle virtual void Handle(T12 &msg)
ProtocolCraft::GenericHandler< TCommon, std::tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T11, T13, T14, T15, T16, T17, T18, T19, T20, TRest... > >::Handle virtual void Handle(T5 &msg)
ProtocolCraft::GenericHandler< TCommon, std::tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T11, T13, T14, T15, T16, T17, T18, T19, T20, TRest... > >::Handle virtual void Handle(T3 &msg)
ProtocolCraft::GenericHandler< TCommon, std::tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T11, T13, T14, T15, T16, T17, T18, T19, T20, TRest... > >::Handle virtual void Handle(T7 &msg)
ProtocolCraft::GenericHandler< TCommon, std::tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T11, T13, T14, T15, T16, T17, T18, T19, T20, TRest... > >::Handle virtual void Handle(T9 &msg)
ProtocolCraft::GenericHandler< TCommon, std::tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T11, T13, T14, T15, T16, T17, T18, T19, T20, TRest... > >::Handle virtual void Handle(T19 &msg)
ProtocolCraft::GenericHandler< TCommon, std::tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T11, T13, T14, T15, T16, T17, T18, T19, T20, TRest... > >::Handle virtual void Handle(T15 &msg)
ProtocolCraft::GenericHandler< TCommon, std::tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T11, T13, T14, T15, T16, T17, T18, T19, T20, TRest... > >::Handle virtual void Handle(T2 &msg)
ProtocolCraft::GenericHandler< TCommon, std::tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T11, T13, T14, T15, T16, T17, T18, T19, T20, TRest... > >::Handle virtual void Handle(T11 &msg)
ProtocolCraft::GenericHandler< TCommon, std::tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T11, T13, T14, T15, T16, T17, T18, T19, T20, TRest... > >::Handle virtual void Handle(T17 &msg)
ProtocolCraft::GenericHandler< TCommon, std::tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T11, T13, T14, T15, T16, T17, T18, T19, T20, TRest... > >::Handle virtual void Handle(T6 &msg)
ProtocolCraft::GenericHandler< TCommon, std::tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T11, T13, T14, T15, T16, T17, T18, T19, T20, TRest... > >::Handle virtual void Handle(T20 &msg)
ProtocolCraft::GenericHandler< TCommon, std::tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T11, T13, T14, T15, T16, T17, T18, T19, T20, TRest... > >::Handle virtual void Handle(T1 &msg)
ProtocolCraft::GenericHandler< TCommon, std::tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T11, T13, T14, T15, T16, T17, T18, T19, T20, TRest... > >::Handle virtual void Handle(T10 &msg)
ProtocolCraft::GenericHandler< TCommon, std::tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T11, T13, T14, T15, T16, T17, T18, T19, T20, TRest... > >::Handle virtual void Handle(T14 &msg)
ProtocolCraft::GenericHandler< TCommon, std::tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T11, T13, T14, T15, T16, T17, T18, T19, T20, TRest... > >::Handle virtual void Handle(T13 &msg)
ProtocolCraft::GenericHandler< TCommon, std::tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T11, T13, T14, T15, T16, T17, T18, T19, T20, TRest... > >::Handle virtual void Handle(T8 &msg)
virtual void Handle(T4 &msg)
virtual void Handle(T3 &msg)
virtual void Handle(TCommon &)
virtual ~GenericHandler()
virtual void Handle(T2 &msg)
virtual void Handle(T1 &msg)
ProtocolCraft::GenericHandler< TCommon, std::tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TRest... > >::Handle virtual void Handle(T1 &msg)
ProtocolCraft::GenericHandler< TCommon, std::tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TRest... > >::Handle virtual void Handle(T8 &msg)
ProtocolCraft::GenericHandler< TCommon, std::tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TRest... > >::Handle virtual void Handle(T2 &msg)
ProtocolCraft::GenericHandler< TCommon, std::tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TRest... > >::Handle virtual void Handle(T3 &msg)
ProtocolCraft::GenericHandler< TCommon, std::tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TRest... > >::Handle virtual void Handle(T6 &msg)
ProtocolCraft::GenericHandler< TCommon, std::tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TRest... > >::Handle virtual void Handle(T10 &msg)
ProtocolCraft::GenericHandler< TCommon, std::tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TRest... > >::Handle virtual void Handle(T4 &msg)
ProtocolCraft::GenericHandler< TCommon, std::tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TRest... > >::Handle virtual void Handle(T7 &msg)
ProtocolCraft::GenericHandler< TCommon, std::tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TRest... > >::Handle virtual void Handle(T5 &msg)
ProtocolCraft::GenericHandler< TCommon, std::tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TRest... > >::Handle virtual void Handle(T9 &msg)
virtual void Handle(T2 &msg)
virtual ~GenericHandler()
virtual void Handle(T1 &msg)
virtual void Handle(TCommon &)
virtual void Handle(T3 &msg)
virtual void Handle(T2 &msg)
virtual ~GenericHandler()
virtual void Handle(TCommon &)
virtual void Handle(T1 &msg)
virtual ~GenericHandler()
virtual void Handle(T1 &msg)
virtual void Handle(TCommon &)
virtual ~GenericHandler()
virtual void Handle(TCommon &)