NEST  2.6.0,not_revisioned_source_dir@0
Public Member Functions | Public Attributes | List of all members
nest::correlation_detector::Spike_ Struct Reference

Spike structure to store in the deque of recently received events. More...

Public Member Functions

 Spike_ (long_t timestep, double_t weight)
 
bool operator> (const Spike_ &second) const
 Greater operator needed for insertion sort. More...
 

Public Attributes

long_t timestep_
 
double_t weight_
 

Detailed Description

Spike structure to store in the deque of recently received events.

Constructor & Destructor Documentation

nest::correlation_detector::Spike_::Spike_ ( long_t  timestep,
double_t  weight 
)
inline

Member Function Documentation

bool nest::correlation_detector::Spike_::operator> ( const Spike_ second) const
inline

Greater operator needed for insertion sort.

References timestep_.

Member Data Documentation

long_t nest::correlation_detector::Spike_::timestep_

Referenced by operator>().

double_t nest::correlation_detector::Spike_::weight_

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