OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
AsyncSendBuffers Class Reference

#include <AsyncSendBuffers.h>

Collaboration diagram for AsyncSendBuffers:

Public Member Functions

 AsyncSendBuffers ()
void insert (std::shared_ptr< AsyncSendBuffer > buf)
void cleanup ()
size_t size ()

Private Attributes

std::vector< std::shared_ptr< AsyncSendBuffer > > collection_

Detailed Description

Definition at line 77 of file AsyncSendBuffers.h.

Constructor & Destructor Documentation

◆ AsyncSendBuffers()

AsyncSendBuffers::AsyncSendBuffers ( )
inline

Definition at line 80 of file AsyncSendBuffers.h.

Member Function Documentation

◆ cleanup()

void AsyncSendBuffers::cleanup ( )
inline

Definition at line 86 of file AsyncSendBuffers.h.

References collection_, and AsyncSendBuffer::hasCompleted().

Here is the call graph for this function:

◆ insert()

void AsyncSendBuffers::insert ( std::shared_ptr< AsyncSendBuffer > buf)
inline

Definition at line 82 of file AsyncSendBuffers.h.

References collection_.

◆ size()

size_t AsyncSendBuffers::size ( )
inline

Definition at line 92 of file AsyncSendBuffers.h.

References collection_.

Member Data Documentation

◆ collection_

std::vector< std::shared_ptr<AsyncSendBuffer> > AsyncSendBuffers::collection_
private

Definition at line 97 of file AsyncSendBuffers.h.

Referenced by cleanup(), insert(), and size().


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