LAMA
/home/brandes/workspace/LAMA/src/lama/pgas/LAMAInstance.hpp
Go to the documentation of this file.
00001 
00033 #ifndef LAMA_LAMAINSTANCE_HPP_
00034 #define LAMA_LAMAINSTANCE_HPP_
00035 
00036 #include <logging/Logger.hpp>
00037 
00038 namespace lama{
00039 
00040 class LAMAInstance
00041 {
00042 public:
00043     ~LAMAInstance();
00044 //    static LAMAInstance init(int argc, char** argv, bool keepArguments);
00045     LAMAInstance(int argc, char** argv, bool keepArguments);
00046 private:
00047     LAMA_LOG_DECL_STATIC_LOGGER( logger );
00048 };
00049 
00050 }
00051 
00052 #endif // LAMA_LAMAINSTANCE_HPP_