![]() |
deal.II version GIT relicensing-6809-ge913b9bb34 2026-09-25 17:20:01+00:00
|
#include <deal.II/base/work_stream.h>
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 214 of file work_stream.h.
Public Member Functions | |
| ScratchDataObject () | |
| ScratchDataObject (std::unique_ptr< ScratchData > &&p, const bool in_use) | |
| 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 |
|
inline |
Default constructor.
Definition at line 222 of file work_stream.h.
|
inline |
Definition at line 226 of file work_stream.h.
|
inline |
Definition at line 231 of file work_stream.h.
|
inline |
Definition at line 239 of file work_stream.h.
|
defaultnoexcept |
| std::unique_ptr<ScratchData> WorkStream::internal::ScratchDataObject< ScratchData >::scratch_data |
Definition at line 216 of file work_stream.h.
| bool WorkStream::internal::ScratchDataObject< ScratchData >::currently_in_use |
Definition at line 217 of file work_stream.h.