Namespaces | |
date_time_support | |
Functions | |
template<typename CharT > | |
boost::log::aux::light_function < void(basic_formatting_ostream < CharT > &, attributes::named_scope::value_type::value_type const &) > | parse_named_scope_format (const CharT *format) |
Parses the named scope format string and constructs the formatter function. More... | |
template<typename CharT , typename TraitsT , typename AllocatorT > | |
boost::log::aux::light_function < void(basic_formatting_ostream < CharT > &, attributes::named_scope::value_type::value_type const &) > | parse_named_scope_format (std::basic_string< CharT, TraitsT, AllocatorT > const &format) |
Parses the named scope format string and constructs the formatter function. More... | |
template<typename CharT , typename TraitsT > | |
boost::log::aux::light_function < void(basic_formatting_ostream < CharT > &, attributes::named_scope::value_type::value_type const &) > | parse_named_scope_format (basic_string_literal< CharT, TraitsT > const &format) |
Parses the named scope format string and constructs the formatter function. More... | |
template<typename CharT , template< typename > class ActorT, typename FallbackPolicyT , typename ArgsT > | |
BOOST_FORCEINLINE format_named_scope_actor < FallbackPolicyT, CharT, ActorT > | format_named_scope (attribute_name const &name, FallbackPolicyT const &fallback, ArgsT const &args) |
BOOST_FORCEINLINE format_named_scope_actor< FallbackPolicyT, CharT, ActorT > boost::expressions::aux::format_named_scope | ( | attribute_name const & | name, |
FallbackPolicyT const & | fallback, | ||
ArgsT const & | args | ||
) |
References boost::expressions::forward.
|
inline |
Parses the named scope format string and constructs the formatter function.
Referenced by parse_named_scope_format().
|
inline |
Parses the named scope format string and constructs the formatter function.
References boost::multiprecision::backends::p, and parse_named_scope_format().
|
inline |
Parses the named scope format string and constructs the formatter function.
References boost::basic_string_literal< CharT, TraitsT >::c_str(), boost::multiprecision::backends::p, parse_named_scope_format(), and boost::basic_string_literal< CharT, TraitsT >::size().