LAMA
|
#include <lama/config.hpp>
#include <lama/BaseAccess.hpp>
#include <lama/LAMAArray.hpp>
#include <lama/LAMAArrayView.hpp>
#include <lama/Context.hpp>
#include <lama/SyncToken.hpp>
#include <lama/exception/Exception.hpp>
#include <logging/logging.hpp>
Go to the source code of this file.
Data Structures | |
class | lama::WriteAccess< T > |
The Template WriteAccess is used to enforce the consistency of the template LAMAArray. More... | |
class | lama::WriteOnlyAccess< T > |
WriteOnlyAccess is a write access where no existing values of the array are needed (keepFlag). More... | |
Namespaces | |
namespace | lama |
The namespace lama holds everything of the C++ Library lama. |