$extrastylesheet
#include <parallel.h>

Public Member Functions | |
| PostWaitCopyBuffer (const Container &buffer, const OutputIter out) | |
| virtual void | run () |
Private Attributes | |
| const Container & | _buf |
| OutputIter | _out |
Definition at line 1181 of file parallel.h.
| libMesh::Parallel::PostWaitCopyBuffer< Container, OutputIter >::PostWaitCopyBuffer | ( | const Container & | buffer, |
| const OutputIter | out | ||
| ) | [inline] |
Definition at line 1182 of file parallel.h.
| virtual void libMesh::Parallel::PostWaitCopyBuffer< Container, OutputIter >::run | ( | ) | [inline, virtual] |
Reimplemented from libMesh::Parallel::PostWaitWork.
Definition at line 1185 of file parallel.h.
References libMesh::Parallel::PostWaitCopyBuffer< Container, OutputIter >::_buf, and libMesh::Parallel::PostWaitCopyBuffer< Container, OutputIter >::_out.
const Container& libMesh::Parallel::PostWaitCopyBuffer< Container, OutputIter >::_buf [private] |
Definition at line 1188 of file parallel.h.
Referenced by libMesh::Parallel::PostWaitCopyBuffer< Container, OutputIter >::run().
OutputIter libMesh::Parallel::PostWaitCopyBuffer< Container, OutputIter >::_out [private] |
Definition at line 1189 of file parallel.h.
Referenced by libMesh::Parallel::PostWaitCopyBuffer< Container, OutputIter >::run().