FACT++  1.0
StateMachineImp::~StateMachineImp ( )

delete all object stored in fListOfEvent and in fEventQueue

Definition at line 133 of file StateMachineImp.cc.

References fListOfEvents.

Referenced by Wrapper().

134 {
135  // For this to work EventImp must be the first class from which
136  // the object inherits
137  for (vector<EventImp*>::iterator cmd=fListOfEvents.begin(); cmd!=fListOfEvents.end(); cmd++)
138  delete *cmd;
139 }
std::vector< EventImp * > fListOfEvents

+ Here is the caller graph for this function: