#include <boost/phoenix/core/actor.hpp>
#include <boost/log/detail/config.hpp>
#include <boost/log/detail/unary_function_terminal.hpp>
#include <boost/log/detail/attribute_predicate.hpp>
#include <boost/log/expressions/attr_fwd.hpp>
#include <boost/log/expressions/keyword_fwd.hpp>
#include <boost/log/attributes/attribute_name.hpp>
#include <boost/log/attributes/fallback_policy.hpp>
#include <boost/log/utility/functional/matches.hpp>
#include <boost/log/detail/header.hpp>
#include <boost/log/detail/footer.hpp>
Classes | |
class | boost::expressions::attribute_matches< T, RegexT, FallbackPolicyT > |
The predicate checks if the attribute value matches a regular expression. More... | |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::expressions | |
Functions | |
template<typename T , typename FallbackPolicyT , typename TagT , template< typename > class ActorT, typename RegexT > | |
BOOST_FORCEINLINE ActorT < aux::unary_function_terminal < attribute_matches< T, RegexT, FallbackPolicyT > > > | boost::expressions::matches (attribute_actor< T, FallbackPolicyT, TagT, ActorT > const &attr, RegexT const &rex) |
The function generates a terminal node in a template expression. More... | |
template<typename DescriptorT , template< typename > class ActorT, typename RegexT > | |
BOOST_FORCEINLINE ActorT < aux::unary_function_terminal < attribute_matches< typename DescriptorT::value_type, RegexT > > > | boost::expressions::matches (attribute_keyword< DescriptorT, ActorT > const &, RegexT const &rex) |
The function generates a terminal node in a template expression. More... | |
template<typename T , typename RegexT > | |
BOOST_FORCEINLINE phoenix::actor < aux::unary_function_terminal < attribute_matches< T, RegexT > > > | boost::expressions::matches (attribute_name const &name, RegexT const &rex) |
The function generates a terminal node in a template expression. More... | |