Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::MessagePassing::SubRequestCompletionInfo Class Reference

Completion information for a sub-request. More...

#include </__w/arcaneframework.github.io/arcaneframework.github.io/framework/arccore/src/message_passing/arccore/message_passing/internal/SubRequestCompletionInfo.h>

Collaboration diagram for Arcane::MessagePassing::SubRequestCompletionInfo:

Public Member Functions

 SubRequestCompletionInfo (MessageRank rank, MessageTag tag)
MessageRank sourceRank () const
 Source rank of the request.
MessageTag sourceTag () const
 Source tag of the request.

Private Attributes

MessageRank m_source_rank
MessageTag m_source_tag

Detailed Description

Completion information for a sub-request.

Definition at line 32 of file SubRequestCompletionInfo.h.

Constructor & Destructor Documentation

◆ SubRequestCompletionInfo()

Arcane::MessagePassing::SubRequestCompletionInfo::SubRequestCompletionInfo ( MessageRank rank,
MessageTag tag )
inline

Definition at line 36 of file SubRequestCompletionInfo.h.

Member Function Documentation

◆ sourceRank()

MessageRank Arcane::MessagePassing::SubRequestCompletionInfo::sourceRank ( ) const
inline

Source rank of the request.

Definition at line 44 of file SubRequestCompletionInfo.h.

Referenced by Arcane::MessagePassing::Mpi::MpiSerializeDispatcher::ReceiveSerializerSubRequest::executeOnCompletion().

Here is the caller graph for this function:

◆ sourceTag()

MessageTag Arcane::MessagePassing::SubRequestCompletionInfo::sourceTag ( ) const
inline

Source tag of the request.

Definition at line 46 of file SubRequestCompletionInfo.h.

Member Data Documentation

◆ m_source_rank

MessageRank Arcane::MessagePassing::SubRequestCompletionInfo::m_source_rank
private

Definition at line 50 of file SubRequestCompletionInfo.h.

◆ m_source_tag

MessageTag Arcane::MessagePassing::SubRequestCompletionInfo::m_source_tag
private

Definition at line 51 of file SubRequestCompletionInfo.h.


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