FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
template<class T>
char**
LocalControl
< T >::Completion
(
const char *
text
,
int
pos
,
int
)
inline
private
Definition at line
38
of file
LocalControl.h
.
39
{
40
return
pos>0 ? 0 : T::Complete(
fStateMachine
->
GetEventNames
(), text);
41
}
LocalControl::fStateMachine
StateMachineImp * fStateMachine
Definition:
LocalControl.h:44
StateMachineImp::GetEventNames
const std::vector< std::string > GetEventNames()
Definition:
StateMachineImp.cc:371
LocalControl
Generated on Sun Sep 18 2016 20:50:53 for FACT++ by
1.8.11