Reference documentation for deal.II version GIT relicensing-245-g36f19064f7 2024-03-29 07:20:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
WorkStream::internal::tbb_no_coloring::IteratorRangeToItemStream< Iterator, ScratchData, CopyData >::ItemType::ScratchDataObject Struct Reference

#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
 

Detailed Description

template<typename Iterator, typename ScratchData, typename CopyData>
struct WorkStream::internal::tbb_no_coloring::IteratorRangeToItemStream< Iterator, ScratchData, CopyData >::ItemType::ScratchDataObject

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 204 of file work_stream.h.

Constructor & Destructor Documentation

◆ ScratchDataObject() [1/4]

template<typename Iterator , typename ScratchData , typename CopyData >
WorkStream::internal::tbb_no_coloring::IteratorRangeToItemStream< Iterator, ScratchData, CopyData >::ItemType::ScratchDataObject::ScratchDataObject ( )
inline

Default constructor.

Definition at line 212 of file work_stream.h.

◆ ScratchDataObject() [2/4]

template<typename Iterator , typename ScratchData , typename CopyData >
WorkStream::internal::tbb_no_coloring::IteratorRangeToItemStream< Iterator, ScratchData, CopyData >::ItemType::ScratchDataObject::ScratchDataObject ( ScratchData *  p,
const bool  in_use 
)
inline

Definition at line 216 of file work_stream.h.

◆ ScratchDataObject() [3/4]

template<typename Iterator , typename ScratchData , typename CopyData >
WorkStream::internal::tbb_no_coloring::IteratorRangeToItemStream< Iterator, ScratchData, CopyData >::ItemType::ScratchDataObject::ScratchDataObject ( const ScratchDataObject )
inline

Definition at line 224 of file work_stream.h.

◆ ScratchDataObject() [4/4]

template<typename Iterator , typename ScratchData , typename CopyData >
WorkStream::internal::tbb_no_coloring::IteratorRangeToItemStream< Iterator, ScratchData, CopyData >::ItemType::ScratchDataObject::ScratchDataObject ( ScratchDataObject &&  o)
defaultnoexcept

Member Data Documentation

◆ scratch_data

template<typename Iterator , typename ScratchData , typename CopyData >
std::unique_ptr<ScratchData> WorkStream::internal::tbb_no_coloring::IteratorRangeToItemStream< Iterator, ScratchData, CopyData >::ItemType::ScratchDataObject::scratch_data

Definition at line 206 of file work_stream.h.

◆ currently_in_use

template<typename Iterator , typename ScratchData , typename CopyData >
bool WorkStream::internal::tbb_no_coloring::IteratorRangeToItemStream< Iterator, ScratchData, CopyData >::ItemType::ScratchDataObject::currently_in_use

Definition at line 207 of file work_stream.h.


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