|
STLdoc
STLdocumentation
|
Data known to every thread participating in __gnu_parallel::__parallel_random_shuffle(). More...
#include <parallel/random_shuffle.h>
Public Types | |
| typedef std::iterator_traits < _RAIter > | _TraitsType |
| typedef _TraitsType::value_type | _ValueType |
| typedef _TraitsType::difference_type | _DifferenceType |
Public Member Functions | |
| _DRandomShufflingGlobalData (_RAIter &__source) | |
| Constructor. More... | |
Public Attributes | |
| _RAIter & | _M_source |
| Begin iterator of the __source. More... | |
| _ValueType ** | _M_temporaries |
| Temporary arrays for each thread. More... | |
| _DifferenceType ** | _M_dist |
| Two-dimensional array to hold the thread-bin distribution. More... | |
| _DifferenceType * | _M_starts |
| Start indexes of the threads' __chunks. More... | |
| _ThreadIndex * | _M_bin_proc |
| Number of the thread that will further process the corresponding bin. More... | |
| int | _M_num_bins |
| Number of bins to distribute to. More... | |
| int | _M_num_bits |
| Number of bits needed to address the bins. More... | |
Data known to every thread participating in __gnu_parallel::__parallel_random_shuffle().
| typedef _TraitsType::difference_type __gnu_parallel::_DRandomShufflingGlobalData< _RAIter >::_DifferenceType |
| typedef std::iterator_traits<_RAIter> __gnu_parallel::_DRandomShufflingGlobalData< _RAIter >::_TraitsType |
| typedef _TraitsType::value_type __gnu_parallel::_DRandomShufflingGlobalData< _RAIter >::_ValueType |
|
inline |
Constructor.
| _ThreadIndex* __gnu_parallel::_DRandomShufflingGlobalData< _RAIter >::_M_bin_proc |
Number of the thread that will further process the corresponding bin.
| _DifferenceType** __gnu_parallel::_DRandomShufflingGlobalData< _RAIter >::_M_dist |
Two-dimensional array to hold the thread-bin distribution.
Dimensions (_M_num_threads + 1) __x (_M_num_bins + 1).
| int __gnu_parallel::_DRandomShufflingGlobalData< _RAIter >::_M_num_bins |
Number of bins to distribute to.
| int __gnu_parallel::_DRandomShufflingGlobalData< _RAIter >::_M_num_bits |
Number of bits needed to address the bins.
| _RAIter& __gnu_parallel::_DRandomShufflingGlobalData< _RAIter >::_M_source |
Begin iterator of the __source.
| _DifferenceType* __gnu_parallel::_DRandomShufflingGlobalData< _RAIter >::_M_starts |
Start indexes of the threads' __chunks.
| _ValueType** __gnu_parallel::_DRandomShufflingGlobalData< _RAIter >::_M_temporaries |
Temporary arrays for each thread.
1.8.6