LAMA
/home/brandes/workspace/LAMA/src/lama/pgas/PGASFunctor.hpp
Go to the documentation of this file.
00001 
00033 #ifndef LAMA_PGASFUNCTOR_HPP_
00034 #define LAMA_PGASFUNCTOR_HPP_
00035 namespace lama{
00036 
00037 class PGASFunctor
00038 {
00039 public:
00040     virtual void iteration(int partner, bool active) = 0;
00041 protected:
00042     PGASFunctor();
00043     virtual ~PGASFunctor();
00044 };
00045 }
00046 
00047 #endif // LAMA_PGASREDUCTIONFUNCTOR_HPP_