CatapultServer
v0.5.0.1 (Elephant)
|
consumer< model::AnnotatedEntityRange< TEntity > && > RangeHandler
A handler for processing an annotated entity range.
Definition: HandlerTypes.h:29
#define CATAPULT_LOG(SEV)
Writes a log entry to the default logger with SEV severity.
Definition: Logging.h:340
def warning(*args)
Definition: colorPrint.py:10
void registerHandler(PacketType type, const PacketHandler &handler)
Registers a handler for the specified packet type.
Definition: PacketHandlers.cpp:100
RangeHandler< model::DetachedCosignature > CosignatureRangeHandler
Prototype for a function that processes a range of detached cosignatures.
Definition: CosignatureHandler.h:29
void RegisterPushCosignaturesHandler(ionet::ServerPacketHandlers &handlers, const CosignatureRangeHandler &cosignatureRangeHandler)
Registers a push cosignatures handler in handlers that forwards cosignatures to cosignatureRangeHandl...
Definition: CosignatureHandler.cpp:42
Definition: AddressExtractionExtension.cpp:28
A collection of packet handlers where there is at most one handler per packet type.
Definition: PacketHandlers.h:62