CARLsim  5.0.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 98 of file spike_buffer.h.

Constructor & Destructor Documentation

◆ SpikeIterator() [1/2]

SpikeIterator ( )
inline

Definition at line 100 of file spike_buffer.h.

◆ SpikeIterator() [2/2]

SpikeIterator ( SpikeNode n)
inline

Definition at line 101 of file spike_buffer.h.

Member Function Documentation

◆ operator!=()

bool operator!= ( const SpikeIterator other)
inline

Definition at line 115 of file spike_buffer.h.

◆ operator*()

int operator* ( )
inline

Definition at line 107 of file spike_buffer.h.

◆ operator++()

SpikeIterator* operator++ ( )
inline

Definition at line 119 of file spike_buffer.h.

◆ operator->()

SpikeNode* operator-> ( )
inline

Definition at line 103 of file spike_buffer.h.

◆ operator==()

bool operator== ( const SpikeIterator other)
inline

Definition at line 111 of file spike_buffer.h.


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