NEURON
neuron::cache::Thread Struct Reference

#include <model_data.hpp>

Public Attributes

std::size_t node_data_offset {}
 Offset into global Node storage for this thread. More...
 
std::vector< std::size_t > mechanism_offset {}
 Offsets into global mechanism storage for this thread (one per mechanism) More...
 

Detailed Description

Definition at line 26 of file model_data.hpp.

Member Data Documentation

◆ mechanism_offset

std::vector<std::size_t> neuron::cache::Thread::mechanism_offset {}

Offsets into global mechanism storage for this thread (one per mechanism)

Definition at line 34 of file model_data.hpp.

◆ node_data_offset

std::size_t neuron::cache::Thread::node_data_offset {}

Offset into global Node storage for this thread.

Definition at line 30 of file model_data.hpp.


The documentation for this struct was generated from the following file: