HiveMind
Public Member Functions | List of all members
IMessageSender Class Referenceabstract

A class to pipe messages to a stream and serialize them. More...

#include <IMessageSender.h>

Inheritance diagram for IMessageSender:
Inheritance graph
Collaboration diagram for IMessageSender:
Collaboration graph

Public Member Functions

virtual ~IMessageSender ()=default
 
virtual bool processAndSerialize ()=0
 process an item in the queue, serializes it and sends it to the deserializer More...
 

Detailed Description

A class to pipe messages to a stream and serialize them.

Constructor & Destructor Documentation

◆ ~IMessageSender()

virtual IMessageSender::~IMessageSender ( )
virtualdefault

Member Function Documentation

◆ processAndSerialize()

virtual bool IMessageSender::processAndSerialize ( )
pure virtual

process an item in the queue, serializes it and sends it to the deserializer

Returns
true if the operation was successful, false if not

Implemented in MessageSender.


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