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

Definition at line 400 of file WindowLog.cc.

401 {
402  WindowLog *log=dynamic_cast<WindowLog*>(lout.rdbuf());
403  if (log)
404  log->AddAttr(m);
405  return lout;
406 }
A C++ ostream to an ncurses window supporting attributes and colors.
Definition: WindowLog.h:50
void AddAttr(int m)
Definition: WindowLog.cc:362