#include <atomic>#include <cassert>#include <cstddef>#include <cstdint>#include "nest_types.h"#include "vp_manager.h"Go to the source code of this file.
Classes | |
| class | nest::BoolIndicatorUInt64 |
| A wrapper class for an integer that is only allowed to take the values 0 and 1. More... | |
| class | nest::PerThreadBoolIndicator |
| A thread-safe vector to keep track of the status across threads, for example during gather operations. More... | |
Namespaces | |
| namespace | nest |
| Namespace for the NEST simulation kernel. | |