
#include <ampiimpl.h>

Public Member Functions | |
| WinStruct (void) | |
| WinStruct (MPI_Comm comm_, int index_) | |
| void | pup (PUP::er &p) |
Data Fields | |
| MPI_Comm | comm |
| int | index |
Definition at line 114 of file ampiimpl.h.
| WinStruct::WinStruct | ( | void | ) | [inline] |
Definition at line 118 of file ampiimpl.h.
Definition at line 119 of file ampiimpl.h.
| void WinStruct::pup | ( | PUP::er & | p | ) | [inline] |
Definition at line 116 of file ampiimpl.h.
Referenced by AMPI_Accumulate(), AMPI_Get(), AMPI_IGet(), AMPI_IGet_Free(), AMPI_IGet_Wait(), AMPI_Put(), AMPI_Win_fence(), AMPI_Win_free(), AMPI_Win_get_group(), AMPI_Win_get_name(), AMPI_Win_lock(), AMPI_Win_post(), AMPI_Win_set_name(), AMPI_Win_start(), AMPI_Win_unlock(), pup(), and ampi::winGetGroup().
Definition at line 117 of file ampiimpl.h.
Referenced by ampi::deleteWinInstance(), ampi::getWinObjInstance(), pup(), ampi::winAccumulate(), ampi::winGet(), ampi::winGetName(), ampi::winIGet(), ampi::winLock(), ampi::winPut(), ampi::winSetName(), and ampi::winUnlock().
1.5.5