#include <limits>
#include <boost/range/iterator_range_core.hpp>
#include <boost/log/detail/config.hpp>
#include <boost/log/detail/snprintf.hpp>
#include <boost/log/expressions/formatters/char_decorator.hpp>
#include <boost/log/detail/header.hpp>
#include <boost/log/detail/footer.hpp>
Classes | |
struct | boost::expressions::aux::c_decorator_traits< typename > |
struct | boost::expressions::aux::c_decorator_gen< CharT > |
class | boost::expressions::c_ascii_pattern_replacer< CharT > |
A character decorator implementation that escapes all non-prontable and non-ASCII characters in the output with C-style escape sequences. More... | |
struct | boost::expressions::aux::c_ascii_decorator_gen< CharT > |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::expressions | |
boost::expressions::aux | |
Functions | |
template<typename CharT > | |
BOOST_FORCEINLINE aux::c_decorator_gen< CharT > | boost::expressions::make_c_decor () |
C-style decorator generator object. More... | |
template<typename CharT > | |
BOOST_FORCEINLINE aux::c_ascii_decorator_gen < CharT > | boost::expressions::make_c_ascii_decor () |
C-style decorator generator object. More... | |
The header contains implementation of C-style character decorators.