![]() |
NEURON
|
Namespaces | |
| field | |
Classes | |
| struct | Variable |
| struct | handle_interface |
| Base class defining the public API of Mechanism handles. More... | |
| struct | storage |
| Underlying storage for all instances of a particular Mechanism. More... | |
Typedefs | |
| using | handle = handle_interface< non_owning_identifier< storage > > |
| Non-owning handle to a Mechanism instance. More... | |
| using | owning_handle = handle_interface< owning_identifier< storage > > |
| Owning handle to a Mechanism instance. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, storage const &data) |
| using neuron::container::Mechanism::handle = typedef handle_interface<non_owning_identifier<storage> > |
Non-owning handle to a Mechanism instance.
Definition at line 53 of file mechanism_data.hpp.
| using neuron::container::Mechanism::owning_handle = typedef handle_interface<owning_identifier<storage> > |
Owning handle to a Mechanism instance.
Definition at line 58 of file mechanism_data.hpp.
| std::ostream& neuron::container::Mechanism::operator<< | ( | std::ostream & | os, |
| storage const & | data | ||
| ) |
Definition at line 119 of file container.cpp.