OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#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_ |
Definition at line 78 of file AsyncSendBuffers.h.
|
inline |
Definition at line 81 of file AsyncSendBuffers.h.
|
inline |
Definition at line 87 of file AsyncSendBuffers.h.
References collection_, and AsyncSendBuffer::hasCompleted().
|
inline |
Definition at line 83 of file AsyncSendBuffers.h.
References collection_.
|
inline |
Definition at line 93 of file AsyncSendBuffers.h.
References collection_.
|
private |
Definition at line 98 of file AsyncSendBuffers.h.