![]() |
NEURON
|
#include "neuron/cache/model_data.hpp"#include "neuron/container/mechanism_data.hpp"#include "neuron/container/memory_usage.hpp"#include "neuron/container/node_data.hpp"#include "neuron/model_data_fwd.hpp"#include <optional>#include <sstream>Go to the source code of this file.
Classes | |
| struct | neuron::Model |
| Top-level structure. More... | |
| struct | neuron::model_sorted_token |
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::detail | |
| neuron::container | |
Functions | |
| Model & | neuron::model () |
| Access the global Model instance. More... | |
| neuron::container::ModelMemoryUsage | neuron::container::memory_usage (const Model &model) |
Variables | |
| Model | neuron::detail::model_data |