13.3. Typedefs
Up: MPI-1 C++ Language Binding Next: C++ Bindings for Point-to-Point Communication Previous: Defined Constants
The following are defined C++ types, also included in the file mpi.h.
// Typedef MPI::AintThe rest of this annex uses the namespace notation because all the functions listed below are prototypes. The namespace notation is not used previously because the lists of constants and types above are not actual declarations.
// prototypes for user-defined functions namespace MPI { typedef void User_function(const void *invec, void* inoutvec, int len, const Datatype& datatype); };
Up: MPI-1 C++ Language Binding Next: C++ Bindings for Point-to-Point Communication Previous: Defined Constants
Return to MPI-2 Standard Index
MPI-2.0 of July 18, 1997
HTML Generated on August 11, 1997