TIMPI
|
#include <post_wait_copy_buffer.h>
Public Member Functions | |
PostWaitCopyBuffer (const Container &buffer, const OutputIter out) | |
virtual void | run () override |
Private Attributes | |
const Container & | _buf |
OutputIter | _out |
Definition at line 34 of file post_wait_copy_buffer.h.
|
inline |
Definition at line 35 of file post_wait_copy_buffer.h.
|
inlineoverridevirtual |
Implements TIMPI::PostWaitWork.
Definition at line 38 of file post_wait_copy_buffer.h.
References TIMPI::PostWaitCopyBuffer< Container, OutputIter >::_buf, and TIMPI::PostWaitCopyBuffer< Container, OutputIter >::_out.
|
private |
Definition at line 41 of file post_wait_copy_buffer.h.
Referenced by TIMPI::PostWaitCopyBuffer< Container, OutputIter >::run().
|
private |
Definition at line 42 of file post_wait_copy_buffer.h.
Referenced by TIMPI::PostWaitCopyBuffer< Container, OutputIter >::run().