![]() |
Reference documentation for deal.II version 8.1.0
|
#include <work_stream.h>
Public Member Functions | |
ScratchDataObject () | |
ScratchDataObject (ScratchData *p, const bool in_use) | |
ScratchDataObject (const ScratchDataObject &o) | |
Public Attributes | |
std_cxx1x::shared_ptr < ScratchData > | scratch_data |
bool | currently_in_use |
A structure that contains a pointer to a scratch data object along with a flag that indicates whether this object is currently in use.
Definition at line 182 of file work_stream.h.
|
inline |
Default constructor.
Definition at line 190 of file work_stream.h.