Belle II Software  release-08-01-10
ZMQMessageHelper Class Reference

Internal helper for creating ZMQ messages (should not be used otherwise). More...

#include <ZMQMessageHelper.h>

Static Public Member Functions

static zmq::message_t createZMQMessage (zmq::message_t message)
 Just pass a zmq message.
 
static zmq::message_t createZMQMessage (const EMessageTypes &c)
 Create a message out of a type by casting to a char.
 
static zmq::message_t createZMQMessage (const std::string &s)
 Create a message out of a string.
 
static zmq::message_t createZMQMessage (const int i)
 Create a message out of an int by casting to a string.
 
static zmq::message_t createZMQMessage (const StoreObjPtr< EventMetaData > &evtMetaData)
 Create a message out of an event meta data by serialization.
 
static zmq::message_t createZMQMessage (const std::unique_ptr< EvtMessage > &evtMessage)
 Create a message out of an event message.
 

Detailed Description

Internal helper for creating ZMQ messages (should not be used otherwise).

Definition at line 26 of file ZMQMessageHelper.h.


The documentation for this class was generated from the following file: