HiveMind
IMessageSender.h
Go to the documentation of this file.
1 #ifndef __IMESSAGESENDER_H_
2 #define __IMESSAGESENDER_H_
3 
7  public:
8  virtual ~IMessageSender() = default;
9 
13  virtual bool processAndSerialize() = 0;
14 };
15 #endif // __IMESSAGESENDER_H_
IMessageSender::~IMessageSender
virtual ~IMessageSender()=default
IMessageSender
A class to pipe messages to a stream and serialize them.
Definition: IMessageSender.h:6
IMessageSender::processAndSerialize
virtual bool processAndSerialize()=0
process an item in the queue, serializes it and sends it to the deserializer