FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
std::ostream& operator<<
(
std::ostream &
lout
,
WindowLogColor
m
)
friend
Definition at line
388
of file
WindowLog.cc
.
Referenced by
GetBacklog()
.
389
{
390
WindowLog
*log=
dynamic_cast<
WindowLog
*
>
(lout.rdbuf());
391
if
(log)
392
log->
AddColor
(m);
393
return
lout;
394
}
WindowLog
A C++ ostream to an ncurses window supporting attributes and colors.
Definition:
WindowLog.h:50
WindowLog::AddColor
void AddColor(int m)
Definition:
WindowLog.cc:332
WindowLog
Generated on Sun Sep 18 2016 20:51:04 for FACT++ by
1.8.11