#include <sdag.h>
Public Member Functions | |
ForallClosure () | |
ForallClosure (CkMigrateMessage *) | |
ForallClosure (int val) | |
void | pup (PUP::er &p) |
PUPable_decl (ForallClosure) | |
int & | getP0 () |
Data Fields | |
int | val |
Definition at line 71 of file sdag.h.
SDAG::ForallClosure::ForallClosure | ( | ) | [inline] |
Definition at line 73 of file sdag.h.
References SDAG::Closure::init().
SDAG::ForallClosure::ForallClosure | ( | CkMigrateMessage * | ) | [inline] |
Definition at line 74 of file sdag.h.
References SDAG::Closure::init().
SDAG::ForallClosure::ForallClosure | ( | int | val | ) | [inline] |
Definition at line 75 of file sdag.h.
References SDAG::Closure::init().
void SDAG::ForallClosure::pup | ( | PUP::er & | p | ) | [inline, virtual] |
Implements SDAG::Closure.
Definition at line 77 of file sdag.h.
References SDAG::Closure::packClosure(), and val.
SDAG::ForallClosure::PUPable_decl | ( | ForallClosure | ) |