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

Add a style to the parser/highlighter.

Parameters
[in]stlthe style
Returns
*this
Exceptions
std::bad_alloc
csdbg::exception

Definition at line 463 of file parser.cpp.

References m_styles.

464 {
465  m_styles->add(stl);
466  return *this;
467 }
chain< style > * m_styles
VT100 style collection.
Definition: parser.hpp:44