libcsdbg  1.28
C++ exception (and generic) stack trace debug library
parser & csdbg::parser::remove_all_styles ( )
inlinevirtual

Remove all styles.

Returns
*this

Definition at line 500 of file parser.cpp.

References m_styles.

501 {
502  m_styles->clear();
503  return *this;
504 }
chain< style > * m_styles
VT100 style collection.
Definition: parser.hpp:44