OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
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 58 of file AsyncSendBuffers.h.

Constructor & Destructor Documentation

AsyncSendBuffers::AsyncSendBuffers ( )
inline

Definition at line 61 of file AsyncSendBuffers.h.

Member Function Documentation

void AsyncSendBuffers::cleanup ( )
inline

Definition at line 67 of file AsyncSendBuffers.h.

References collection_, and AsyncSendBuffer::hasCompleted().

Here is the call graph for this function:

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

Definition at line 63 of file AsyncSendBuffers.h.

References collection_.

size_t AsyncSendBuffers::size ( void  )
inline

Definition at line 73 of file AsyncSendBuffers.h.

References collection_.

Member Data Documentation

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

Definition at line 78 of file AsyncSendBuffers.h.

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


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