Public Types | |
typedef int | tt_needs_per_iter_alloc |
typedef int | tt_needs_per_iter_alloc |
Public Member Functions | |
template<typename Context > | |
void | __attribute__ ((noinline)) operator()(GNode &_req |
while (QAt!=QPush) | |
while (QAt > 1) | |
resetData () | |
template<typename ContextTy > | |
void | __attribute__ ((noinline)) operator()(GNode &src |
template<typename Context > | |
void | operator() (GNode item, Context &lwl) |
template<typename Context > | |
void | operator() (GNode item, Context &lwl) |
template<typename ContextTy > | |
void | __attribute__ ((noinline)) operator()(GNode &node |
template<typename ContextTy > | |
void | __attribute__ ((noinline)) operator()(UpdateRequest &req |
Public Attributes | |
void Context &lwl std::vector < GNode > & | SQ = *(SQG.get()) |
std::vector< double > & | sigma = *(sigmaG.get()) |
std::vector< int > & | d = *(distG.get()) |
int | QPush = 0 |
int | QAt = 0 |
int | req = _req |
sigma [req] = 1 | |
d [req] = 1 | |
SQ [QPush++] = _req | |
std::vector< double > & | delta = *(deltaG.get()) |
QAt |
typedef int process::tt_needs_per_iter_alloc |
typedef int process::tt_needs_per_iter_alloc |
void process::__attribute__ | ( | (noinline) | ) | [inline] |
void process::__attribute__ | ( | (noinline) | ) | [inline] |
void process::__attribute__ | ( | (noinline) | ) | [inline] |
void process::__attribute__ | ( | (noinline) | ) | [inline] |
void process::operator() | ( | GNode | item, | |
Context & | lwl | |||
) | [inline] |
void process::operator() | ( | GNode | item, | |
Context & | lwl | |||
) | [inline] |
process::resetData | ( | ) |
process::while | ( | QAt | , | |
1 | ||||
) | [inline] |
process::while | ( | QAt! | = QPush |
) | [inline] |
process::d[req] = 1 |
std::vector<int>& process::d = *(distG.get()) |
std::vector<double>& process::delta = *(deltaG.get()) |
int process::QAt = 0 |
int process::QPush = 0 |
int process::req = _req |
process::sigma[req] = 1 |
std::vector<double>& process::sigma = *(sigmaG.get()) |
process::SQ[QPush++] = _req |
void Context& lwl std::vector<GNode>& process::SQ = *(SQG.get()) |