Regina Calculation Engine
|
A template that stores information about a particular type of packet.
More...
#include <packet/packet.h>
A template that stores information about a particular type of packet.
Much of this information is given in the form of compile-time constants and types.
To iterate through cases for a given value of PacketInfo that is not known until runtime, see the various forPacket() routines defined in packetregistry.h.
At a bare minimum, each specialisation of this template must provide:
packetType | one of the PacketType constants, indicating which type of packet we are querying. |