#include <gadget/gadgetConfig.h>#include <string>#include <vpr/Util/Factory.h>#include <vpr/Util/Singleton.h>#include <cluster/Packets/Packet.h>Include dependency graph for PacketFactory.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | cluster |
Defines | |
| #define | CLUSTER_REGISTER_CLUSTER_PACKET_CREATOR(PacketType) |
| Registers a creator for the Packet base classe. More... | |
|
|
Value: class PacketType; \
const bool reg_ctr_ ## PacketType = \
cluster::PacketFactory::instance()-> \
registerCreator(PacketType::getPacketFactoryType(), \
vpr::CreateProduct<cluster::Packet, PacketType>);
Definition at line 50 of file PacketFactory.h. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002