PaCO++
0.05
|
#include <paco_mpi.h>
Public Member Functions | |
paco_com * | paco_create (void *group) |
Definition at line 21 of file paco_mpi.h.
paco_com* paco_mpi_fabrique::paco_create | ( | void * | group | ) | [inline, virtual] |
Implements paco_fabrique_com.
Definition at line 24 of file paco_mpi.h.
{ return new paco_mpi(group); }