![]() |
NEURON
|
#include <memory>#include <string_view>Go to the source code of this file.
Classes | |
| struct | neuron::container::utils::storage_info |
| Interface for obtaining information about model data containers. 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::utils | |
Functions | |
| Model & | neuron::model () |
| Access the global Model instance. More... | |
| template<typename T > | |
| data_handle< T > | neuron::container::utils::find_data_handle (T *ptr) |
| std::unique_ptr< storage_info > | neuron::container::utils::find_container_info (void const *) |
| Try and find a helpful name for a container. More... | |