$extrastylesheet
#include <parallel.h>

Public Member Functions | |
| PostWaitUnpackBuffer (const Container &buffer, Context *context, OutputIter out) | |
| virtual void | run () |
Private Attributes | |
| const Container & | _buf |
| Context * | _context |
| OutputIter | _out |
Definition at line 1194 of file parallel.h.
| libMesh::Parallel::PostWaitUnpackBuffer< Container, Context, OutputIter >::PostWaitUnpackBuffer | ( | const Container & | buffer, |
| Context * | context, | ||
| OutputIter | out | ||
| ) | [inline] |
| virtual void libMesh::Parallel::PostWaitUnpackBuffer< Container, Context, OutputIter >::run | ( | ) | [inline, virtual] |
Reimplemented from libMesh::Parallel::PostWaitWork.
Definition at line 1198 of file parallel.h.
References libMesh::Parallel::PostWaitUnpackBuffer< Container, Context, OutputIter >::_buf, libMesh::Parallel::PostWaitUnpackBuffer< Container, Context, OutputIter >::_context, libMesh::Parallel::PostWaitUnpackBuffer< Container, Context, OutputIter >::_out, and libMesh::Parallel::unpack_range().
{ Parallel::unpack_range(_buf, _context, _out); }
const Container& libMesh::Parallel::PostWaitUnpackBuffer< Container, Context, OutputIter >::_buf [private] |
Definition at line 1201 of file parallel.h.
Referenced by libMesh::Parallel::PostWaitUnpackBuffer< Container, Context, OutputIter >::run().
Context* libMesh::Parallel::PostWaitUnpackBuffer< Container, Context, OutputIter >::_context [private] |
Definition at line 1202 of file parallel.h.
Referenced by libMesh::Parallel::PostWaitUnpackBuffer< Container, Context, OutputIter >::run().
OutputIter libMesh::Parallel::PostWaitUnpackBuffer< Container, Context, OutputIter >::_out [private] |
Definition at line 1203 of file parallel.h.
Referenced by libMesh::Parallel::PostWaitUnpackBuffer< Container, Context, OutputIter >::run().