CARLsim  6.1.0
CARLsim: a GPU-accelerated SNN simulator
SpikeBuffer::SpikeIterator Class Reference

Iterator to loop over the scheduled spikes at a certain delay. More...

#include <spike_buffer.h>

Public Member Functions

 SpikeIterator ()
 
 SpikeIterator (SpikeNode *n)
 
bool operator!= (const SpikeIterator &other)
 
int operator* ()
 
SpikeIteratoroperator++ ()
 
SpikeNodeoperator-> ()
 
bool operator== (const SpikeIterator &other)
 

Detailed Description

Definition at line 99 of file spike_buffer.h.

Constructor & Destructor Documentation

◆ SpikeIterator() [1/2]

SpikeIterator ( )
inline

Definition at line 101 of file spike_buffer.h.

◆ SpikeIterator() [2/2]

SpikeIterator ( SpikeNode n)
inline

Definition at line 102 of file spike_buffer.h.

Member Function Documentation

◆ operator!=()

bool operator!= ( const SpikeIterator other)
inline

Definition at line 116 of file spike_buffer.h.

◆ operator*()

int operator* ( )
inline

Definition at line 108 of file spike_buffer.h.

◆ operator++()

SpikeIterator* operator++ ( )
inline

Definition at line 120 of file spike_buffer.h.

Here is the call graph for this function:

◆ operator->()

SpikeNode* operator-> ( )
inline

Definition at line 104 of file spike_buffer.h.

◆ operator==()

bool operator== ( const SpikeIterator other)
inline

Definition at line 112 of file spike_buffer.h.


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