#include <PropagatedSpikeBuffer.h>
Public Member Functions | |
const_iterator () | |
const_iterator (StgNode *n) | |
StgNode * | operator-> () |
spikegroupid_t | operator* () |
bool | operator== (const const_iterator &other) |
bool | operator!= (const const_iterator &other) |
const_iterator & | operator++ () |
Definition at line 55 of file PropagatedSpikeBuffer.h.
PropagatedSpikeBuffer::const_iterator::const_iterator | ( | ) | [inline] |
Definition at line 58 of file PropagatedSpikeBuffer.h.
PropagatedSpikeBuffer::const_iterator::const_iterator | ( | StgNode * | n | ) | [inline] |
Definition at line 59 of file PropagatedSpikeBuffer.h.
StgNode* PropagatedSpikeBuffer::const_iterator::operator-> | ( | ) | [inline] |
Definition at line 61 of file PropagatedSpikeBuffer.h.
spikegroupid_t PropagatedSpikeBuffer::const_iterator::operator* | ( | ) | [inline] |
Definition at line 62 of file PropagatedSpikeBuffer.h.
References PropagatedSpikeBuffer::StgNode::stg.
bool PropagatedSpikeBuffer::const_iterator::operator== | ( | const const_iterator & | other | ) | [inline] |
bool PropagatedSpikeBuffer::const_iterator::operator!= | ( | const const_iterator & | other | ) | [inline] |
const_iterator& PropagatedSpikeBuffer::const_iterator::operator++ | ( | ) | [inline] |
Definition at line 68 of file PropagatedSpikeBuffer.h.
References PropagatedSpikeBuffer::StgNode::next.