Galois
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
galois::worklists::Deterministic< T > Struct Template Reference

Deterministic execution. More...

#include <Executor_Deterministic.h>

Public Types

template<bool _concurrent>
using rethread = Deterministic< T >
 
template<typename _T >
using retype = Deterministic< _T >
 
typedef T value_type
 

Detailed Description

template<typename T = int>
struct galois::worklists::Deterministic< T >

Deterministic execution.

Operator should be cautious.

Examples:
lonestar/tutorial_examples/SSSPPushSimple.cpp.

Member Typedef Documentation

template<typename T = int>
template<bool _concurrent>
using galois::worklists::Deterministic< T >::rethread = Deterministic<T>
template<typename T = int>
template<typename _T >
using galois::worklists::Deterministic< T >::retype = Deterministic<_T>
template<typename T = int>
typedef T galois::worklists::Deterministic< T >::value_type

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