libcsdbg  1.28
C++ exception (and generic) stack trace debug library
style & csdbg::style::set_attributes ( attrset_t  set)
inlinevirtual

Set the text formatting attributes.

Parameters
[in]setthe new attributes
Returns
*this

Definition at line 186 of file style.cpp.

References m_attributes.

187 {
188  m_attributes = set;
189  return *this;
190 }
attrset_t m_attributes
Text formatting attribute bitmask.
Definition: style.hpp:32