![]() |
NEURON
|
#include "backtrace_utils.h"
#include "memory_usage.hpp"
#include "neuron/container/non_owning_soa_identifier.hpp"
#include <cassert>
#include <cstddef>
#include <iostream>
#include <limits>
#include <memory>
#include <ostream>
#include <vector>
#include "utils/logger.hpp"
#include "hocdec.h"
Go to the source code of this file.
Classes | |
struct | neuron::container::non_owning_identifier< Storage > |
A non-owning permutation-stable identifier for a entry in a container. More... | |
struct | neuron::container::owning_identifier< Storage > |
An owning permutation-stable identifier for a entry in a container. 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::detail | |
Functions | |
void | neuron::container::detail::notify_handle_dying (non_owning_identifier_without_container p) |
Respond to the news that data_handles relying on p are now dead. More... | |