STLdoc
STLdocumentation
|
Data accessed by all threads. More...
#include <parallel/multiway_mergesort.h>
Public Types | |
typedef std::iterator_traits < _RAIter > | _TraitsType |
typedef _TraitsType::value_type | _ValueType |
typedef _TraitsType::difference_type | _DifferenceType |
Public Attributes | |
_ThreadIndex | _M_num_threads |
Number of threads involved. More... | |
_RAIter | _M_source |
Input __begin. More... | |
_DifferenceType * | _M_starts |
Start indices, per thread. More... | |
_ValueType ** | _M_temporary |
Storage in which to sort. More... | |
_ValueType * | _M_samples |
Samples. More... | |
_DifferenceType * | _M_offsets |
Offsets to add to the found positions. More... | |
std::vector< _Piece < _DifferenceType > > * | _M_pieces |
Pieces of data to merge [thread][__sequence]. More... | |
Data accessed by all threads.
PMWMS = parallel multiway mergesort
typedef _TraitsType::difference_type __gnu_parallel::_PMWMSSortingData< _RAIter >::_DifferenceType |
typedef std::iterator_traits<_RAIter> __gnu_parallel::_PMWMSSortingData< _RAIter >::_TraitsType |
typedef _TraitsType::value_type __gnu_parallel::_PMWMSSortingData< _RAIter >::_ValueType |
_ThreadIndex __gnu_parallel::_PMWMSSortingData< _RAIter >::_M_num_threads |
Number of threads involved.
_DifferenceType* __gnu_parallel::_PMWMSSortingData< _RAIter >::_M_offsets |
Offsets to add to the found positions.
std::vector<_Piece<_DifferenceType> >* __gnu_parallel::_PMWMSSortingData< _RAIter >::_M_pieces |
Pieces of data to merge [thread][__sequence].
_ValueType* __gnu_parallel::_PMWMSSortingData< _RAIter >::_M_samples |
Samples.
_RAIter __gnu_parallel::_PMWMSSortingData< _RAIter >::_M_source |
Input __begin.
_DifferenceType* __gnu_parallel::_PMWMSSortingData< _RAIter >::_M_starts |
Start indices, per thread.
_ValueType** __gnu_parallel::_PMWMSSortingData< _RAIter >::_M_temporary |
Storage in which to sort.