$extrastylesheet
libMesh::Parallel::PostWaitUnpackBuffer< Container, Context, OutputIter > Struct Template Reference

#include <parallel.h>

Inheritance diagram for libMesh::Parallel::PostWaitUnpackBuffer< Container, Context, OutputIter >:

List of all members.

Public Member Functions

 PostWaitUnpackBuffer (const Container &buffer, Context *context, OutputIter out)
virtual void run ()

Private Attributes

const Container & _buf
Context * _context
OutputIter _out

Detailed Description

template<typename Container, typename Context, typename OutputIter>
struct libMesh::Parallel::PostWaitUnpackBuffer< Container, Context, OutputIter >

Definition at line 1194 of file parallel.h.


Constructor & Destructor Documentation

template<typename Container , typename Context , typename OutputIter >
libMesh::Parallel::PostWaitUnpackBuffer< Container, Context, OutputIter >::PostWaitUnpackBuffer ( const Container &  buffer,
Context *  context,
OutputIter  out 
) [inline]

Definition at line 1195 of file parallel.h.

                                                                                  :
    _buf(buffer), _context(context), _out(out) {}

Member Function Documentation


Member Data Documentation

template<typename Container , typename Context , typename OutputIter >
const Container& libMesh::Parallel::PostWaitUnpackBuffer< Container, Context, OutputIter >::_buf [private]
template<typename Container , typename Context , typename OutputIter >
Context* libMesh::Parallel::PostWaitUnpackBuffer< Container, Context, OutputIter >::_context [private]
template<typename Container , typename Context , typename OutputIter >
OutputIter libMesh::Parallel::PostWaitUnpackBuffer< Container, Context, OutputIter >::_out [private]

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