Reference documentation for deal.II version 9.1.0-pre
Public Member Functions | List of all members
WorkStream::internal::Implementation3::ScratchAndCopyDataObjects< Iterator, ScratchData, CopyData > Struct Template Reference

#include <deal.II/base/work_stream.h>

Public Member Functions

 ScratchAndCopyDataObjects ()
 

Detailed Description

template<typename Iterator, typename ScratchData, typename CopyData>
struct WorkStream::internal::Implementation3::ScratchAndCopyDataObjects< Iterator, ScratchData, CopyData >

A structure that contains a pointer to scratch and copy data objects along with a flag that indicates whether this object is currently in use.

Definition at line 700 of file work_stream.h.

Constructor & Destructor Documentation

template<typename Iterator , typename ScratchData , typename CopyData >
WorkStream::internal::Implementation3::ScratchAndCopyDataObjects< Iterator, ScratchData, CopyData >::ScratchAndCopyDataObjects ( )
inline

Default constructor.

Definition at line 709 of file work_stream.h.


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