FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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
}
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
Here is the call graph for this function:
src
WindowLog.cc
Generated on Sun Sep 18 2016 20:50:42 for FACT++ by
1.8.11