FACT++  1.0
std::ostream& operator<< ( std::ostream &  lout,
WindowLogColor  m 
)

Definition at line 388 of file WindowLog.cc.

References WindowLog::AddColor().

389 {
390  WindowLog *log=dynamic_cast<WindowLog*>(lout.rdbuf());
391  if (log)
392  log->AddColor(m);
393  return lout;
394 }
A C++ ostream to an ncurses window supporting attributes and colors.
Definition: WindowLog.h:50
void AddColor(int m)
Definition: WindowLog.cc:332

+ Here is the call graph for this function: