FACT++  1.0
void Readline::PrintReadlineError ( const std::string &  str)
protectedvirtual

Reimplemented in Console, and ConsoleStream.

Definition at line 1553 of file Readline.cc.

Referenced by Process(), and SetSection().

1554 {
1555  fprintf(rl_outstream, "%s\n", str.c_str());
1556 }
char str[80]
Definition: test_client.c:7

+ Here is the caller graph for this function: