pomerol
2.1
|
Wrapper around a computable object that calls the prepare() method of the wrapped object and carries information about the complexity of a call to that method. More...
#include <mpi_skel.hpp>
Public Member Functions | |
PrepareWrap (PartType &x, int complexity=1) | |
void | run () |
Call prepare() of the wrapped object x. More... | |
Data Fields | |
PartType & | x |
Reference to the wrapped object. More... | |
int | complexity |
Complexity of a call to x.prepare(). More... | |
Wrapper around a computable object that calls the prepare() method of the wrapped object and carries information about the complexity of a call to that method.
PartType | Type of the wrapped object. |
Definition at line 56 of file mpi_skel.hpp.
|
inlineexplicit |
Constructor.
[in] | x | Reference to the wrapped object. |
[in] | complexity | Complexity of a call to x.prepare(). |
Definition at line 65 of file mpi_skel.hpp.
|
inline |
Call prepare() of the wrapped object x.
Definition at line 67 of file mpi_skel.hpp.
int pMPI::PrepareWrap< PartType >::complexity |
Complexity of a call to x.prepare().
Definition at line 60 of file mpi_skel.hpp.
PartType& pMPI::PrepareWrap< PartType >::x |
Reference to the wrapped object.
Definition at line 58 of file mpi_skel.hpp.