|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
#include <AsyncSendBuffers.h>
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_ |
Definition at line 77 of file AsyncSendBuffers.h.
|
inline |
Definition at line 80 of file AsyncSendBuffers.h.
|
inline |
Definition at line 86 of file AsyncSendBuffers.h.
References collection_, and AsyncSendBuffer::hasCompleted().
|
inline |
Definition at line 82 of file AsyncSendBuffers.h.
References collection_.
|
inline |
Definition at line 92 of file AsyncSendBuffers.h.
References collection_.
|
private |
Definition at line 97 of file AsyncSendBuffers.h.