/
usr
/
include
/
boost
/
log
/
keywords
/
/usr/include/boost/log/keywords
mkdir
upload
Name
Size
Mode
Actions
auto_flush.hpp
949
0644
edit
dl
rm
auto_newline_mode.hpp
1014
0644
edit
dl
rm
block_size.hpp
948
0644
edit
dl
rm
capacity.hpp
940
0644
edit
dl
rm
channel.hpp
929
0644
edit
dl
rm
delimiter.hpp
951
0644
edit
dl
rm
depth.hpp
923
0644
edit
dl
rm
empty_marker.hpp
984
0644
edit
dl
rm
enable_final_rotation.hpp
1025
0644
edit
dl
rm
facility.hpp
931
0644
edit
dl
rm
file_name.hpp
944
0644
edit
dl
rm
filter.hpp
897
0644
edit
dl
rm
format.hpp
907
0644
edit
dl
rm
ident.hpp
923
0644
edit
dl
rm
incomplete_marker.hpp
1015
0644
edit
dl
rm
ip_version.hpp
944
0644
edit
dl
rm
iteration.hpp
952
0644
edit
dl
rm
log_name.hpp
925
0644
edit
dl
rm
log_source.hpp
944
0644
edit
dl
rm
max_files.hpp
930
0644
edit
dl
rm
max_size.hpp
924
0644
edit
dl
rm
message_file.hpp
1003
0644
edit
dl
rm
min_free_space.hpp
962
0644
edit
dl
rm
name.hpp
912
0644
edit
dl
rm
open_mode.hpp
961
0644
edit
dl
rm
order.hpp
914
0644
edit
dl
rm
ordering_window.hpp
971
0644
edit
dl
rm
overflow_policy.hpp
989
0644
edit
dl
rm
permissions.hpp
961
0644
edit
dl
rm
registration.hpp
969
0644
edit
dl
rm
rotation_size.hpp
960
0644
edit
dl
rm
scan_method.hpp
952
0644
edit
dl
rm
severity.hpp
938
0644
edit
dl
rm
start_thread.hpp
984
0644
edit
dl
rm
target.hpp
921
0644
edit
dl
rm
target_file_name.hpp
960
0644
edit
dl
rm
time_based_rotation.hpp
1017
0644
edit
dl
rm
use_impl.hpp
934
0644
edit
dl
rm
Edit:
/usr/include/boost/log/keywords/iteration.hpp
(952B)
/* * Copyright Andrey Semashev 2007 - 2015. * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE_1_0.txt or copy at * http://www.boost.org/LICENSE_1_0.txt) */ /*! * \file keywords/iteration.hpp * \author Andrey Semashev * \date 14.03.2009 * * The header contains the \c iteration keyword declaration. */ #ifndef BOOST_LOG_KEYWORDS_ITERATION_HPP_INCLUDED_ #define BOOST_LOG_KEYWORDS_ITERATION_HPP_INCLUDED_ #include <boost/parameter/keyword.hpp> #include <boost/log/detail/config.hpp> #ifdef BOOST_HAS_PRAGMA_ONCE #pragma once #endif namespace boost { BOOST_LOG_OPEN_NAMESPACE namespace keywords { //! The keyword for passing scope iteration direction to the \c named_scope formatter BOOST_PARAMETER_KEYWORD(tag, iteration) } // namespace keywords BOOST_LOG_CLOSE_NAMESPACE // namespace log } // namespace boost #endif // BOOST_LOG_KEYWORDS_ITERATION_HPP_INCLUDED_
Save
cmd:
run