FACT++  1.0
string Readline::GetLinePrompt ( ) const
virtual
Returns
a string containing [{fLine}]

Reimplemented in Console.

Definition at line 592 of file Readline.cc.

References fLine, and str.

Referenced by GetLine(), and Console::GetStreamIn().

593 {
594  ostringstream str;
595  str << '[' << fLine << ']';
596  return str.str();
597 }
char str[80]
Definition: test_client.c:7
int fLine
Last line adde to history.
Definition: Readline.h:29

+ Here is the caller graph for this function: