Alien  1.3.0
User documentation
Loading...
Searching...
No Matches
Alien::IndexManager::ParallelRequests Struct Reference

Public Types

typedef std::map< Integer, EntrySendRequestSendRequestByEntry
typedef std::map< Integer, SendRequestByEntry > SendRequests
typedef std::list< EntryRecvRequestRecvRequests

Public Attributes

SendRequests sendRequests
RecvRequests recvRequests
Alien::Ref< ISerializeMessageList > messageList

Detailed Description

Definition at line 402 of file IndexManager.cc.

Member Typedef Documentation

◆ RecvRequests

typedef std::list<EntryRecvRequest> Alien::IndexManager::ParallelRequests::RecvRequests

Definition at line 410 of file IndexManager.cc.

◆ SendRequestByEntry

typedef std::map<Integer, EntrySendRequest> Alien::IndexManager::ParallelRequests::SendRequestByEntry

Definition at line 405 of file IndexManager.cc.

◆ SendRequests

typedef std::map<Integer, SendRequestByEntry> Alien::IndexManager::ParallelRequests::SendRequests

Definition at line 406 of file IndexManager.cc.

Member Data Documentation

◆ messageList

Alien::Ref<ISerializeMessageList> Alien::IndexManager::ParallelRequests::messageList

Definition at line 413 of file IndexManager.cc.

◆ recvRequests

RecvRequests Alien::IndexManager::ParallelRequests::recvRequests

Definition at line 411 of file IndexManager.cc.

◆ sendRequests

SendRequests Alien::IndexManager::ParallelRequests::sendRequests

Definition at line 407 of file IndexManager.cc.


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