Xyce  6.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Xyce::Analysis::StepEvent Struct Reference

#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_
 

Detailed Description

Definition at line 53 of file N_ANP_StepEvent.h.

Member Enumeration Documentation

Enumerator
INITIALIZE 
STEP_STARTED 
STEP_COMPLETED 
FINISH 

Definition at line 56 of file N_ANP_StepEvent.h.

Constructor & Destructor Documentation

Xyce::Analysis::StepEvent::StepEvent ( State  state,
int  count = 0 
)
inline

Definition at line 58 of file N_ANP_StepEvent.h.

Member Data Documentation

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.


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