manipulators.hpp 829 B

1234567891011121314151617181920212223242526272829
  1. /*
  2. * Copyright Andrey Semashev 2007 - 2015.
  3. * Distributed under the Boost Software License, Version 1.0.
  4. * (See accompanying file LICENSE_1_0.txt or copy at
  5. * http://www.boost.org/LICENSE_1_0.txt)
  6. */
  7. /*!
  8. * \file manipulators.hpp
  9. * \author Andrey Semashev
  10. * \date 06.11.2012
  11. *
  12. * This header includes all manipulators.
  13. */
  14. #ifndef BOOST_LOG_UTILITY_MANIPULATORS_HPP_INCLUDED_
  15. #define BOOST_LOG_UTILITY_MANIPULATORS_HPP_INCLUDED_
  16. #include <boost/log/detail/config.hpp>
  17. #include <boost/log/utility/manipulators/add_value.hpp>
  18. #include <boost/log/utility/manipulators/to_log.hpp>
  19. #include <boost/log/utility/manipulators/dump.hpp>
  20. #include <boost/log/utility/manipulators/auto_newline.hpp>
  21. #ifdef BOOST_HAS_PRAGMA_ONCE
  22. #pragma once
  23. #endif
  24. #endif // BOOST_LOG_UTILITY_MANIPULATORS_HPP_INCLUDED_