preCICE v3.1.2
Loading...
Searching...
No Matches
Public Attributes | List of all members
precice::com::SocketSendQueue::SendItem Struct Reference
Collaboration diagram for precice::com::SocketSendQueue::SendItem:
[legend]

Public Attributes

std::shared_ptr< Socketsock
 
boost::asio::const_buffers_1 data
 
std::function< void()> callback
 

Detailed Description

Definition at line 36 of file SocketSendQueue.hpp.

Member Data Documentation

◆ callback

std::function<void()> precice::com::SocketSendQueue::SendItem::callback

Definition at line 39 of file SocketSendQueue.hpp.

◆ data

boost::asio::const_buffers_1 precice::com::SocketSendQueue::SendItem::data

Definition at line 38 of file SocketSendQueue.hpp.

◆ sock

std::shared_ptr<Socket> precice::com::SocketSendQueue::SendItem::sock

Definition at line 37 of file SocketSendQueue.hpp.


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