NEURON
neuron::container::Node Namespace Reference

Namespaces

 field
 

Classes

struct  handle_interface
 Base class defining the public API of Node handles. More...
 
struct  storage
 Underlying storage for all Nodes. More...
 
struct  owning_handle
 Owning handle to a Node. More...
 

Typedefs

using handle = handle_interface< non_owning_identifier< storage > >
 Non-owning handle to a Node. More...
 

Typedef Documentation

◆ handle

Non-owning handle to a Node.

Definition at line 26 of file node_data.hpp.