Provided by: libstdc++-9-doc_9.5.0-3ubuntu1_all
NAME
__gnu_parallel::_PMWMSSortingData< _RAIter > - Data accessed by all threads.
SYNOPSIS
#include <multiway_mergesort.h> Public Types typedef _TraitsType::difference_type _DifferenceType typedef std::iterator_traits< _RAIter > _TraitsType typedef _TraitsType::value_type _ValueType Public Attributes _ThreadIndex _M_num_threads Number of threads involved. _DifferenceType * _M_offsets Offsets to add to the found positions. std::vector< _Piece< _DifferenceType > > * _M_pieces Pieces of data to merge [thread][__sequence]. _ValueType * _M_samples Samples. _RAIter _M_source Input __begin. _DifferenceType * _M_starts Start indices, per thread. _ValueType ** _M_temporary Storage in which to sort.
Detailed Description
template<typename _RAIter> struct __gnu_parallel::_PMWMSSortingData< _RAIter >"Data accessed by all threads. PMWMS = parallel multiway mergesort Definition at line 61 of file multiway_mergesort.h.
Member Typedef Documentation
template<typename _RAIter > typedef _TraitsType::difference_type __gnu_parallel::_PMWMSSortingData< _RAIter >::_DifferenceType Definition at line 65 of file multiway_mergesort.h. template<typename _RAIter > typedef std::iterator_traits<_RAIter> __gnu_parallel::_PMWMSSortingData< _RAIter >::_TraitsType Definition at line 63 of file multiway_mergesort.h. template<typename _RAIter > typedef _TraitsType::value_type __gnu_parallel::_PMWMSSortingData< _RAIter >::_ValueType Definition at line 64 of file multiway_mergesort.h.
Member Data Documentation
template<typename _RAIter > _ThreadIndex __gnu_parallel::_PMWMSSortingData< _RAIter >::_M_num_threads Number of threads involved. Definition at line 68 of file multiway_mergesort.h. Referenced by __gnu_parallel::parallel_sort_mwms_pu(). template<typename _RAIter > _DifferenceType* __gnu_parallel::_PMWMSSortingData< _RAIter >::_M_offsets Offsets to add to the found positions. Definition at line 83 of file multiway_mergesort.h. template<typename _RAIter > std::vector<_Piece<_DifferenceType> >* __gnu_parallel::_PMWMSSortingData< _RAIter >::_M_pieces Pieces of data to merge [thread][__sequence]. Definition at line 86 of file multiway_mergesort.h. Referenced by __gnu_parallel::parallel_sort_mwms_pu(). template<typename _RAIter > _ValueType* __gnu_parallel::_PMWMSSortingData< _RAIter >::_M_samples Samples. Definition at line 80 of file multiway_mergesort.h. Referenced by __gnu_parallel::__determine_samples(). template<typename _RAIter > _RAIter __gnu_parallel::_PMWMSSortingData< _RAIter >::_M_source Input __begin. Definition at line 71 of file multiway_mergesort.h. Referenced by __gnu_parallel::__determine_samples(), and __gnu_parallel::parallel_sort_mwms_pu(). template<typename _RAIter > _DifferenceType* __gnu_parallel::_PMWMSSortingData< _RAIter >::_M_starts Start indices, per thread. Definition at line 74 of file multiway_mergesort.h. Referenced by __gnu_parallel::__determine_samples(), and __gnu_parallel::parallel_sort_mwms_pu(). template<typename _RAIter > _ValueType** __gnu_parallel::_PMWMSSortingData< _RAIter >::_M_temporary Storage in which to sort. Definition at line 77 of file multiway_mergesort.h. Referenced by __gnu_parallel::parallel_sort_mwms_pu().
Author
Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Feb_gnu2parallel::_PMWMSSortingData< _RAIter >(3cxx)