#include "nest_types.h"Go to the source code of this file.
Classes | |
| class | nest::histentry |
| Class to represent a single entry in the spiking history of the ArchivingNode. More... | |
| class | nest::histentry_extended |
| Class to represent a single entry in the spiking history of the ClopathArchivingNode or the UrbanczikArchivingNode. More... | |
| class | nest::HistEntryEprop |
| Base class implementing history entries for e-prop plasticity. More... | |
| class | nest::HistEntryEpropRecurrent |
| Class implementing entries of the recurrent node model's history of e-prop dynamic variables. More... | |
| class | nest::HistEntryEpropReadout |
| Class implementing entries of the readout node model's history of e-prop dynamic variables. More... | |
| class | nest::HistEntryEpropUpdate |
| Class implementing entries of the update history for e-prop plasticity. More... | |
| class | nest::HistEntryEpropFiringRateReg |
| Class implementing entries of the firing rate regularization history for e-prop plasticity. More... | |
Namespaces | |
| namespace | nest |
| Namespace for the NEST simulation kernel. | |
Functions | |
| bool | nest::operator< (const histentry_extended &he, double t) |
| bool | nest::operator< (const HistEntryEprop &a, const HistEntryEprop &b) |
| bool | nest::operator< (const HistEntryEprop &e, long t) |
| bool | nest::operator< (long t, const HistEntryEprop &e) |