FACT++  1.0
bool Readline::PrintCommands ( )
virtual

Print the available commands. This is intended for being overwritten by deriving classes.

rl_outstream can be redirected using SetStreamOut()

Returns
always true

Reimplemented in RemoteControl< Console >, RemoteControl< ConsoleStream >, RemoteControl< Shell >, LocalControl< Console >, LocalControl< Shell >, LocalControl< ConsoleStream >, Console, and Shell.

Definition at line 962 of file Readline.cc.

Referenced by Console::GetStreamIn(), Process(), and SetSection().

963 {
964  fprintf(rl_outstream, "\n");
965  fprintf(rl_outstream, " Commands:\n");
966  fprintf(rl_outstream, " No application specific commands defined.\n");
967  fprintf(rl_outstream, "\n");
968  return true;
969 }

+ Here is the caller graph for this function: