FACT++  1.0
StateMachine::StateMachine ( std::ostream &  out,
const std::string &  name = "" 
)
inline

Definition at line 12 of file StateMachine.h.

References ProcessCommand(), and str.

12  :
13  StateMachineImp(out, name)
14  {
15  }
StateMachineImp(std::ostream &out=std::cout, const std::string &name="")

+ Here is the call graph for this function: