FACT++  1.0
int Readline::rl_ncurses_getc ( FILE *  f)
staticprivate

Static member function which are used to adapt readline to ncurses.

Redirected from rl_getc_function, calls Getc.

Definition at line 227 of file Readline.cc.

References Getc(), and This.

Referenced by Readline().

228 {
229  return This->Getc(f);
230 }
static Readline * This
Definition: Readline.h:19
virtual int Getc(FILE *)
The non static implementations of the callback funtions above.
Definition: Readline.cc:295

+ Here is the call graph for this function:

+ Here is the caller graph for this function: