| MulticoreBSP for C
    Version 1.1
    | 
Namespace in which the MulticoreBSP-for-C C++ wrapper lives. More...
| Data Structures | |
| class | BSP_program | 
| Abstract class which a user can extend to write BSP programs.  More... | |
| Functions | |
| void | mcbsp_cpp_callback () | 
| This function enables C++ wrapping of MulticoreBSP for C. | |
Namespace in which the MulticoreBSP-for-C C++ wrapper lives.
| void mcbsp::mcbsp_cpp_callback | ( | ) | 
This function enables C++ wrapping of MulticoreBSP for C.
It is defined as a friend function of BSP_program, and used as the SPMD entry-point of the plain-C bsp_init() function, which requires a globally-defined function.
This function is only of interest to the C++ wrapper, and is therefore not exposed to the public (i.e., it is not included in the public mcbsp.hpp file).
 1.8.1.1
 1.8.1.1