Xyce
6.1
|
#include <N_ANP_StepEvent.h>
Public Types | |
enum | State { INITIALIZE, STEP_STARTED, STEP_COMPLETED, FINISH } |
Public Member Functions | |
StepEvent (State state, int count=0) | |
Public Attributes | |
const State | state_ |
const int | count_ |
Definition at line 53 of file N_ANP_StepEvent.h.
Enumerator | |
---|---|
INITIALIZE | |
STEP_STARTED | |
STEP_COMPLETED | |
FINISH |
Definition at line 56 of file N_ANP_StepEvent.h.
|
inline |
Definition at line 58 of file N_ANP_StepEvent.h.
const int Xyce::Analysis::StepEvent::count_ |
Definition at line 64 of file N_ANP_StepEvent.h.
const State Xyce::Analysis::StepEvent::state_ |
Definition at line 63 of file N_ANP_StepEvent.h.