#include <EPStates.h>
Public Types | |
typedef mpl::list< sc::custom_reaction< Run >, sc::custom_reaction< File > > | reactions |
Public Member Functions | |
bool | checkInvariant () |
HandleNewInputFile2 (my_context ctx) | |
sc::result | react (Run const &run) |
sc::result | react (File const &file) |
~HandleNewInputFile2 () | |
Definition at line 281 of file EPStates.h.
typedef mpl::list< sc::custom_reaction<Run>, sc::custom_reaction<File> > statemachine::HandleNewInputFile2::reactions |
Definition at line 290 of file EPStates.h.
statemachine::HandleNewInputFile2::HandleNewInputFile2 | ( | my_context | ctx | ) |
statemachine::HandleNewInputFile2::~HandleNewInputFile2 | ( | ) |
bool statemachine::HandleNewInputFile2::checkInvariant | ( | ) |
Definition at line 304 of file EPStates.cc.
Referenced by HandleNewInputFile2(), react(), and ~HandleNewInputFile2().
sc::result statemachine::HandleNewInputFile2::react | ( | Run const & | run | ) |
Definition at line 309 of file EPStates.cc.
References checkInvariant(), statemachine::HandleRuns::finalizeRun(), and findQualityFiles::run.
sc::result statemachine::HandleNewInputFile2::react | ( | File const & | file | ) |