NEST main@caf0ae8
 
Loading...
Searching...
No Matches
secondary_event.h File Reference
#include "event.h"
#include <set>
Include dependency graph for secondary_event.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  nest::SecondaryEvent
 Base class of secondary events. More...
 
class  nest::DataSecondaryEvent< DataType, Subclass >
 Template class for the storage and communication of a std::vector of type DataType. More...
 
union  nest::DataSecondaryEvent< DataType, Subclass >::CoeffarrayBegin
 
union  nest::DataSecondaryEvent< DataType, Subclass >::CoeffarrayEnd
 
class  nest::GapJunctionEvent
 Event for gap-junction information. More...
 
class  nest::InstantaneousRateConnectionEvent
 Event for rate model connections without delay. More...
 
class  nest::DelayedRateConnectionEvent
 Event for rate model connections with delay. More...
 
class  nest::DiffusionConnectionEvent
 Event for diffusion connections (rate model connections for the siegert_neuron). More...
 
class  nest::LearningSignalConnectionEvent
 Event for learning signal connections. More...
 
class  nest::SICEvent
 Event for slow inward current (SIC) connections between astrocytes and neurons. More...
 

Namespaces

namespace  nest
 Namespace for the NEST simulation kernel.
 

Functions

template<typename T >
size_t nest::number_of_uints_covered ()
 This template function returns the number of uints covered by a variable of type T.
 
template<typename T >
void nest::write_to_comm_buffer (T d, std::vector< unsigned int >::iterator &pos)
 This template function writes data of type T to a given position of a std::vector< unsigned int >.
 
template<typename T >
void nest::read_from_comm_buffer (T &d, std::vector< unsigned int >::iterator &pos)
 This template function reads data of type T from a given position of a std::vector< unsigned int >.