ROSE 0.11.145.147
Public Member Functions | Public Attributes | List of all members
Rose::ParallelSort::Private::Worker< RandomAccessIterator, Compare > Struct Template Reference

Description

template<class RandomAccessIterator, class Compare>
struct Rose::ParallelSort::Private::Worker< RandomAccessIterator, Compare >

Definition at line 90 of file ParallelSort.h.

Public Member Functions

 Worker (Job< RandomAccessIterator, Compare > &job, size_t id)
 
void operator() ()
 

Public Attributes

Job< RandomAccessIterator, Compare > & job
 
size_t id
 

Constructor & Destructor Documentation

◆ Worker()

template<class RandomAccessIterator , class Compare >
Rose::ParallelSort::Private::Worker< RandomAccessIterator, Compare >::Worker ( Job< RandomAccessIterator, Compare > &  job,
size_t  id 
)
inline

Definition at line 93 of file ParallelSort.h.

Member Function Documentation

◆ operator()()

template<class RandomAccessIterator , class Compare >
void Rose::ParallelSort::Private::Worker< RandomAccessIterator, Compare >::operator() ( )
inline

Definition at line 94 of file ParallelSort.h.

Member Data Documentation

◆ job

template<class RandomAccessIterator , class Compare >
Job<RandomAccessIterator, Compare>& Rose::ParallelSort::Private::Worker< RandomAccessIterator, Compare >::job

Definition at line 91 of file ParallelSort.h.

◆ id

template<class RandomAccessIterator , class Compare >
size_t Rose::ParallelSort::Private::Worker< RandomAccessIterator, Compare >::id

Definition at line 92 of file ParallelSort.h.


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