#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 | ) |
Definition at line 294 of file EPStates.cc.
statemachine::HandleNewInputFile2::~HandleNewInputFile2 | ( | ) |
Definition at line 300 of file EPStates.cc.
bool statemachine::HandleNewInputFile2::checkInvariant | ( | ) |
Definition at line 304 of file EPStates.cc.
sc::result statemachine::HandleNewInputFile2::react | ( | Run const & | run | ) |
Definition at line 309 of file EPStates.cc.
sc::result statemachine::HandleNewInputFile2::react | ( | File const & | file | ) |
Definition at line 319 of file EPStates.cc.