IBM SYSTEMG G RUNTIME & NATIVE STORE  0.5
IBM Native Graph Computing and Storage System based on IBM Parallel Programming Library
 All Classes Functions Variables Typedefs Pages
Public Member Functions | List of all members
ibmppl::work_function Class Referenceabstract

Base work function; all others should derive from it. More...

#include <task.h>

Inheritance diagram for ibmppl::work_function:
ibmppl::for_each_wf2< DS1, DS2, Func, false > ibmppl::for_each_wf2< DS1, DS2, Func, true > ibmppl::for_each_wf< DS, Func, false > ibmppl::for_each_wf< DS, Func, true >

Public Member Functions

virtual void execute (thread_id_t, task_id)=0
 
virtual void * reduce (task_id, void *)
 
virtual void preprocess (task_id)
 
virtual void postprocess (task_id)
 

Detailed Description

Base work function; all others should derive from it.


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