#include <RTOpPack_MPI_apply_op.hpp>
Public Types | |
| typedef int(* | free_func_ptr_t )(T *) |
Public Member Functions | |
| call_free_func (T *opaque_obj, T null_value, free_func_ptr_t free_func_ptr) | |
| ~call_free_func () | |
Private Member Functions | |
| call_free_func () | |
| call_free_func (const call_free_func &) | |
| call_free_func & | operator= (const call_free_func &) |
Private Attributes | |
| T * | opaque_obj_ |
| T | null_value_ |
| free_func_ptr_t | free_func_ptr_ |
|
|||||
|
Definition at line 139 of file RTOpPack_MPI_apply_op.hpp. |
|
||||||||||||||||||||
|
Definition at line 140 of file RTOpPack_MPI_apply_op.hpp. |
|
|||||||||
|
Definition at line 143 of file RTOpPack_MPI_apply_op.hpp. |
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||
|
Definition at line 149 of file RTOpPack_MPI_apply_op.hpp. |
|
|||||
|
Definition at line 150 of file RTOpPack_MPI_apply_op.hpp. |
|
|||||
|
Definition at line 151 of file RTOpPack_MPI_apply_op.hpp. |
1.3.9.1