NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::SpikeDataWithRank Struct Reference

Combine target rank and spike data information for storage in emitted_spikes_register. More...

#include <spike_data.h>

Collaboration diagram for nest::SpikeDataWithRank:
[legend]

Public Member Functions

 SpikeDataWithRank (const Target &target, const size_t lag, const bool is_flush_event)
 

Public Attributes

const size_t rank
 rank of target neuron
 
const SpikeData spike_data
 

Detailed Description

Combine target rank and spike data information for storage in emitted_spikes_register.

Note
Not using std::pair<> to be able to emplace_back().

Constructor & Destructor Documentation

◆ SpikeDataWithRank()

nest::SpikeDataWithRank::SpikeDataWithRank ( const Target &  target,
const size_t  lag,
const bool  is_flush_event 
)
inline

Member Data Documentation

◆ rank

const size_t nest::SpikeDataWithRank::rank

rank of target neuron

◆ spike_data

const SpikeData nest::SpikeDataWithRank::spike_data

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