|
MulticoreBSP for C
Version 2.0.4
|

Go to the source code of this file.
Data Structures | |
| class | mcbsp::BSP_program |
| Abstract class which a user can extend to write BSP programs. More... | |
Namespaces | |
| mcbsp | |
| Namespace in which the C++-style extensions for MulticoreBSP for C reside. | |
Enables BSP programming in the ANSI C++98 standard.
Exposes the regular C BSPlib interface of MulticoreBSP for C. Additionally includes a BSP_program class from which C++ BSP classes may be extended. This lives in the mcbsp namespace. This file also includes the MulticoreBSP for C affinity and resiliency extensions. If only base functionality is wanted, use the following include directive instead:
extern "C" {
#include "bsp.h"
}
Include mcbsp-templates.hpp to additionally enable templated BSP primitives. These are not automatically included to prevent confusion when porting regular C BSPlib code.
1.8.5