NEURON
mechanism_data.hpp File Reference
#include "neuron/container/mechanism.hpp"
#include "neuron/container/soa_container.hpp"
#include <string_view>

Go to the source code of this file.

Classes

struct  neuron::container::Mechanism::storage
 Underlying storage for all instances of a particular Mechanism. 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
 

Typedefs

using neuron::container::Mechanism::handle = handle_interface< non_owning_identifier< storage > >
 Non-owning handle to a Mechanism instance. More...
 
using neuron::container::Mechanism::owning_handle = handle_interface< owning_identifier< storage > >
 Owning handle to a Mechanism instance. More...