FACT++  1.0
void Readline::SetCompletion ( const std::vector< std::string > *  v)
inlineprotected

Definition at line 64 of file Readline.h.

References Complete().

64 { fCompletion = v; }
const std::vector< std::string > * fCompletion
Pointer to a list of possible matched for auto-completion.
Definition: Readline.h:63

+ Here is the call graph for this function: