FACT++  1.0
int Shell::rl_top_inc ( int  cnt,
int  key 
)
staticprivate

Definition at line 295 of file Shell.cc.

References This, and win.

Referenced by Shell().

296 {
297  This->win << "Increase " << key << endl;
298  return 0;
299 }
WindowLog win
pointer to our glocal object to get the static member functions into scope
Definition: Shell.h:17
static Shell * This
Definition: Shell.h:15

+ Here is the caller graph for this function: