libcsdbg  1.28
C++ exception (and generic) stack trace debug library
style & csdbg::style::set_fgcolor ( color_t  fg)
inlinevirtual

Set the foreground color.

Parameters
[in]fgthe new color
Returns
*this

Definition at line 158 of file style.cpp.

References m_fgcolor.

Referenced by csdbg::parser::on_lib_load().

159 {
160  m_fgcolor = fg;
161  return *this;
162 }
color_t m_fgcolor
Foreground (text) color.
Definition: style.hpp:28

+ Here is the caller graph for this function: