#include <PacketHandler.hh>
Inheritance diagram for BasePacketHandler:

Public Member Functions | |
| virtual void | handle (const Packet *p)=0 |
| virtual int | getCstValue () const =0 |
| virtual void | dispatchUIEvent (const EventProcess *evp, const Packet &pkt)=0 |
There is no way (that I know) to hold a collection of template objects with different parameter. Thus, hold them in a base classe and use virtual methods.
1.4.7