LAMA
|
#include <PGASMinFunctor.hpp>
Public Member Functions | |
PGASMinFunctor (T val) | |
virtual | ~PGASMinFunctor () |
virtual void | iteration (int partner, bool active) |
T | getResult () |
Private Attributes | |
T * | mResult |
T * | mWork |
const PGASInterface *const | mInterface |
lama::PGASMinFunctor< T >::PGASMinFunctor | ( | T | val | ) |
lama::PGASMinFunctor< T >::~PGASMinFunctor | ( | ) | [virtual] |
T lama::PGASMinFunctor< T >::getResult | ( | ) |
Referenced by lama::PGASInterface::min().
void lama::PGASMinFunctor< T >::iteration | ( | int | partner, |
bool | active | ||
) | [virtual] |
Implements lama::PGASFunctor.
const PGASInterface* const lama::PGASMinFunctor< T >::mInterface [private] |
Referenced by lama::PGASMinFunctor< T >::PGASMinFunctor().
T* lama::PGASMinFunctor< T >::mResult [private] |
Referenced by lama::PGASMinFunctor< T >::PGASMinFunctor().
T* lama::PGASMinFunctor< T >::mWork [private] |
Referenced by lama::PGASMinFunctor< T >::PGASMinFunctor().