#include <SEvent.h>
Inherited by SAlgEvent, SPrefEvent, SRecEvent, STSysEditEvent, STSysSchedEvent, and STSysVisEvent.
Inheritance diagram for SEvent:

Public Types | |
| enum | Type {  ILLEGAL, SCHEDEVENT, VISEVENT, EDITEVENT, PREFEVENT, ALGEVENT }  | 
Public Methods | |
| virtual Type | getType () const | 
| virtual void | write (std::ostream &rOs) const | 
      
  | 
  
| 
 Types of events : ILLEGAL, SCHEDEVENT, VISEVENT, EDITEVENT, PREFEVENT  | 
  
      
  | 
  
| 
 Get the type of an event 
 
 Reimplemented in SAlgEvent, SPrefEvent, STSysEditEvent, STSysSchedEvent, and STSysVisEvent.  | 
  
      
  | 
  
| 
 Write the information that an event carrys to an output stream in a formatted way 
 Reimplemented in SRecEvent, STSysEditEvent, and STSysSchedEvent.  | 
  
1.2.18