NEURON
neuron::container::Mechanism Namespace Reference

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)
 

Typedef Documentation

◆ handle

Non-owning handle to a Mechanism instance.

Definition at line 53 of file mechanism_data.hpp.

◆ owning_handle

Owning handle to a Mechanism instance.

Definition at line 58 of file mechanism_data.hpp.

Function Documentation

◆ operator<<()

std::ostream& neuron::container::Mechanism::operator<< ( std::ostream &  os,
storage const &  data 
)

Definition at line 119 of file container.cpp.