Warning, file /include/boost/log/attributes/value_visitation_fwd.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016 #ifndef BOOST_LOG_ATTRIBUTES_VALUE_VISITATION_FWD_HPP_INCLUDED_
0017 #define BOOST_LOG_ATTRIBUTES_VALUE_VISITATION_FWD_HPP_INCLUDED_
0018
0019 #include <boost/log/detail/config.hpp>
0020 #include <boost/log/attributes/fallback_policy_fwd.hpp>
0021
0022 #ifdef BOOST_HAS_PRAGMA_ONCE
0023 #pragma once
0024 #endif
0025
0026 namespace boost {
0027
0028 BOOST_LOG_OPEN_NAMESPACE
0029
0030
0031
0032
0033 class visitation_result;
0034
0035
0036
0037
0038 template< typename T, typename FallbackPolicyT = fallback_to_none >
0039 class value_visitor_invoker;
0040
0041 BOOST_LOG_CLOSE_NAMESPACE
0042
0043 }
0044
0045 #endif