MOTION  0.01
Framework for mixed-protocol multi-party computation
Public Member Functions | List of all members
encrypto::motion::communication::QueueHandler Class Reference

#include <message_handler.h>

Inheritance diagram for encrypto::motion::communication::QueueHandler:
Inheritance graph
[legend]
Collaboration diagram for encrypto::motion::communication::QueueHandler:
Collaboration graph
[legend]

Public Member Functions

void ReceivedMessage (std::size_t, std::vector< std::uint8_t > &&message) override
 
SynchronizedQueue< std::vector< std::uint8_t > > & GetQueue ()
 
- Public Member Functions inherited from encrypto::motion::communication::MessageHandler
virtual ~MessageHandler ()=default
 

Member Function Documentation

◆ GetQueue()

SynchronizedQueue<std::vector<std::uint8_t> >& encrypto::motion::communication::QueueHandler::GetQueue ( )
inline
Here is the caller graph for this function:

◆ ReceivedMessage()

void encrypto::motion::communication::QueueHandler::ReceivedMessage ( std::size_t  ,
std::vector< std::uint8_t > &&  message 
)
inlineoverridevirtual

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