![]() |
Realm
A distributed, event-based tasking library
|
#include "realm/event.h"#include "realm/memory.h"#include "realm/point.h"#include "realm/instance.h"#include "realm/realm_c.h"#include "realm/realm_config.h"#include "realm/sparsity.h"#include "realm/dynamic_templates.h"#include "realm/custom_serdez.h"#include "realm/indexspace.inl"Go to the source code of this file.
Namespaces | |
| namespace | Realm |
| namespace | std |
Macros | |
| #define | REALM_SKIP_INLINES |
Typedefs | |
| typedef DynamicTemplates::IntList< 1, REALM_MAX_DIM > | Realm::DIMCOUNTS |
| typedef DynamicTemplates::TypeList< int, unsignedint, longlong >::TL | Realm::DIMTYPES |
| typedef DynamicTemplates::TypeList< int, bool >::TL | Realm::FLDTYPES |
Functions | |
| std::ostream & | Realm::operator<< (std::ostream &os, const CopySrcDstField &sd) |
| template<int N, typename T > | |
| REALM_PUBLIC_API std::ostream & | Realm::operator<< (std::ostream &os, const IndexSpace< N, T > &p) |
This file provides a C++ interface to Realm's index spaces.
| #define REALM_SKIP_INLINES |