![]() |
NEURON
|
#include "neuron/container/data_handle.hpp"
#include "neuron/container/view_utils.hpp"
#include <algorithm>
#include <cassert>
#include <functional>
#include <memory>
Go to the source code of this file.
Classes | |
struct | neuron::container::Mechanism::Variable |
struct | neuron::container::Mechanism::field::FloatingPoint |
Catch-all for floating point per-instance variables in the MOD file. More... | |
struct | neuron::container::Mechanism::handle_interface< Identifier > |
Base class defining the public API of Mechanism handles. More... | |
Namespaces | |
neuron | |
In mechanism libraries, cannot use auto const token = nrn_ensure_model_data_are_sorted(); because the return type is incomplete (from include/neuron/model_data.hpp). | |
neuron::container | |
neuron::container::Mechanism | |
neuron::container::Mechanism::field | |