Galois
|
#include <PerThreadContainer.h>
Public Types | |
typedef gstl::template Pow2Alloc< T > | Alloc_ty |
typedef gstl::template Vector< T > | container_type |
Public Types inherited from galois::PerThreadContainer< gstl::template Vector< T > > | |
typedef gstl::template Vector< T > | container_type |
typedef container_type::value_type | value_type |
typedef container_type::reference | reference |
typedef container_type::pointer | pointer |
typedef container_type::size_type | size_type |
typedef container_type::iterator | local_iterator |
typedef container_type::const_iterator | local_const_iterator |
typedef container_type::reverse_iterator | local_reverse_iterator |
typedef container_type::const_reverse_iterator | local_const_reverse_iterator |
typedef PerThreadContainer | This_ty |
typedef TypeFactory< This_ty > ::OuterIter | OuterIter |
typedef TypeFactory< This_ty > ::RvrsOuterIter | RvrsOuterIter |
typedef galois::ChooseStlTwoLevelIterator < OuterIter, typename container_type::iterator > ::type | global_iterator |
typedef galois::ChooseStlTwoLevelIterator < OuterIter, typename container_type::const_iterator > ::type | global_const_iterator |
typedef galois::ChooseStlTwoLevelIterator < RvrsOuterIter, typename container_type::reverse_iterator > ::type | global_reverse_iterator |
typedef galois::ChooseStlTwoLevelIterator < RvrsOuterIter, typename container_type::const_reverse_iterator > ::type | global_const_reverse_iterator |
typedef global_iterator | iterator |
typedef global_const_iterator | const_iterator |
typedef global_reverse_iterator | reverse_iterator |
typedef global_const_reverse_iterator | const_reverse_iterator |
Protected Types | |
typedef PerThreadContainer < container_type > | Super_ty |
Protected Attributes | |
Alloc_ty | alloc |
Additional Inherited Members | |
Protected Member Functions inherited from galois::PerThreadContainer< gstl::template Vector< T > > | |
PerThreadContainer () | |
void | init (Args &&...args) |
~PerThreadContainer () | |
typedef gstl::template Pow2Alloc<T> galois::PerThreadVector< T >::Alloc_ty |
typedef gstl::template Vector<T> galois::PerThreadVector< T >::container_type |
|
protected |
|
inline |
|
inline |
|
protected |