FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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
}
WindowLog
A C++ ostream to an ncurses window supporting attributes and colors.
Definition:
WindowLog.h:50
WindowLog::AddAttr
void AddAttr(int m)
Definition:
WindowLog.cc:362
WindowLog
Generated on Sun Sep 18 2016 20:51:04 for FACT++ by
1.8.11