#include <RTOp.h>
Public Attributes | |
| const char * | op_name |
| int(* | reduct_obj_reinit )(const struct RTOp_RTOp_vtbl_t *vtbl, const void *obj_data, RTOp_ReductTarget reduct_obj) |
This is the table that the user must fill up in order to implement the functions for a reduction operator class.
The virtual functions for dealing with the operator instance data and reduction object data are bundled as seperate virtual function tables themselves. This it to allow for as much reuse as possible since it is expected that the same data structures will be reused an many different situations.
Definition at line 795 of file RTOp.h.
|
|
Pointer to a null-terminated string that contains the name of the operator. |
|
|
Used to overide the initialization or reinitialization of a reduction object before it is passed through a series of reductions.
This function pointer should be made |
1.3.9.1