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

#include <parallel.h>

Inheritance diagram for libMesh::Parallel::PostWaitCopyBuffer< Container, OutputIter >:

List of all members.

Public Member Functions

 PostWaitCopyBuffer (const Container &buffer, const OutputIter out)
virtual void run ()

Private Attributes

const Container & _buf
OutputIter _out

Detailed Description

template<typename Container, typename OutputIter>
struct libMesh::Parallel::PostWaitCopyBuffer< Container, OutputIter >

Definition at line 1181 of file parallel.h.


Constructor & Destructor Documentation

template<typename Container , typename OutputIter >
libMesh::Parallel::PostWaitCopyBuffer< Container, OutputIter >::PostWaitCopyBuffer ( const Container &  buffer,
const OutputIter  out 
) [inline]

Definition at line 1182 of file parallel.h.

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

Member Function Documentation

template<typename Container , typename OutputIter >
virtual void libMesh::Parallel::PostWaitCopyBuffer< Container, OutputIter >::run ( ) [inline, virtual]

Member Data Documentation

template<typename Container , typename OutputIter >
const Container& libMesh::Parallel::PostWaitCopyBuffer< Container, OutputIter >::_buf [private]
template<typename Container , typename OutputIter >
OutputIter libMesh::Parallel::PostWaitCopyBuffer< Container, OutputIter >::_out [private]

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