FACT++  1.0
template<class T>
char** LocalControl< T >::Completion ( const char *  text,
int  pos,
int   
)
inlineprivate

Definition at line 38 of file LocalControl.h.

39  {
40  return pos>0 ? 0 : T::Complete(fStateMachine->GetEventNames(), text);
41  }
StateMachineImp * fStateMachine
Definition: LocalControl.h:44
const std::vector< std::string > GetEventNames()