MOOSE - Multiscale Object Oriented Simulation Environment
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
PostSynEvent Class Reference

#include <SynEvent.h>

+ Collaboration diagram for PostSynEvent:

Public Member Functions

 PostSynEvent ()
 
 PostSynEvent (double t)
 

Public Attributes

double time
 

Detailed Description

Definition at line 55 of file SynEvent.h.

Constructor & Destructor Documentation

PostSynEvent::PostSynEvent ( )
inline

Definition at line 58 of file SynEvent.h.

59  : time( 0.0 )
60  {;}
double time
Definition: SynEvent.h:66
PostSynEvent::PostSynEvent ( double  t)
inline

Definition at line 62 of file SynEvent.h.

63  : time( t )
64  {;}
double time
Definition: SynEvent.h:66

Member Data Documentation

double PostSynEvent::time

Definition at line 66 of file SynEvent.h.

Referenced by ComparePostSynEvent::operator()().


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