![]() |
Reference documentation for deal.II version Git 08a245e9a2 2021-03-07 21:13:37 +0100
|
#include <deal.II/base/work_stream.h>
Public Member Functions | |
ScratchDataObject () | |
ScratchDataObject (ScratchData *p, const bool in_use) | |
ScratchDataObject (const ScratchDataObject &) | |
ScratchDataObject (ScratchDataObject &&o) noexcept=default | |
Public Attributes | |
std::unique_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 201 of file work_stream.h.
|
inline |
Default constructor.
Definition at line 209 of file work_stream.h.
|
inline |
Definition at line 213 of file work_stream.h.
|
inline |
Definition at line 221 of file work_stream.h.
|
defaultnoexcept |
std::unique_ptr<ScratchData> WorkStream::internal::tbb_no_coloring::IteratorRangeToItemStream< Iterator, ScratchData, CopyData >::ItemType::ScratchDataObject::scratch_data |
Definition at line 203 of file work_stream.h.
bool WorkStream::internal::tbb_no_coloring::IteratorRangeToItemStream< Iterator, ScratchData, CopyData >::ItemType::ScratchDataObject::currently_in_use |
Definition at line 204 of file work_stream.h.