OPAL (Object Oriented Parallel Accelerator Library)  2021.1.99
OPAL
Public Member Functions | Private Attributes | List of all members
AsyncSendBuffers Class Reference

#include <AsyncSendBuffers.h>

Public Member Functions

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

Private Attributes

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

Detailed Description

Definition at line 78 of file AsyncSendBuffers.h.

Constructor & Destructor Documentation

◆ AsyncSendBuffers()

AsyncSendBuffers::AsyncSendBuffers ( )
inline

Definition at line 81 of file AsyncSendBuffers.h.

Member Function Documentation

◆ cleanup()

void AsyncSendBuffers::cleanup ( )
inline

Definition at line 87 of file AsyncSendBuffers.h.

References collection_, and AsyncSendBuffer::hasCompleted().

Here is the call graph for this function:

◆ insert()

void AsyncSendBuffers::insert ( boost::shared_ptr< AsyncSendBuffer buf)
inline

Definition at line 83 of file AsyncSendBuffers.h.

References collection_.

◆ size()

size_t AsyncSendBuffers::size ( void  )
inline

Definition at line 93 of file AsyncSendBuffers.h.

References collection_.

Member Data Documentation

◆ collection_

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

Definition at line 98 of file AsyncSendBuffers.h.

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


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