Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
char_decorator.hpp File Reference
#include <vector>
#include <string>
#include <iterator>
#include <boost/assert.hpp>
#include <boost/static_assert.hpp>
#include <boost/mpl/bool.hpp>
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>
#include <boost/range/size.hpp>
#include <boost/range/const_iterator.hpp>
#include <boost/range/value_type.hpp>
#include <boost/move/core.hpp>
#include <boost/move/utility.hpp>
#include <boost/utility/addressof.hpp>
#include <boost/phoenix/core/actor.hpp>
#include <boost/phoenix/core/meta_grammar.hpp>
#include <boost/phoenix/core/terminal_fwd.hpp>
#include <boost/phoenix/core/is_nullary.hpp>
#include <boost/phoenix/core/environment.hpp>
#include <boost/phoenix/support/vector.hpp>
#include <boost/fusion/sequence/intrinsic/at_c.hpp>
#include <boost/type_traits/is_same.hpp>
#include <boost/type_traits/remove_cv.hpp>
#include <boost/type_traits/remove_reference.hpp>
#include <boost/log/detail/config.hpp>
#include <boost/log/detail/custom_terminal_spec.hpp>
#include <boost/log/detail/deduce_char_type.hpp>
#include <boost/log/utility/formatting_ostream.hpp>
#include <boost/log/detail/header.hpp>
#include <boost/log/detail/generate_overloads.hpp>
#include <boost/log/detail/footer.hpp>
Include dependency graph for char_decorator.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::expressions::aux::string_const_iterator< RangeT >
 
struct  boost::expressions::aux::string_const_iterator< char * >
 
struct  boost::expressions::aux::string_const_iterator< const char * >
 
struct  boost::expressions::aux::string_const_iterator< wchar_t * >
 
struct  boost::expressions::aux::string_const_iterator< const wchar_t * >
 
class  boost::expressions::pattern_replacer< CharT >
 A simple character decorator implementation. More...
 
class  boost::expressions::aux::char_decorator_output_terminal< LeftT, SubactorT, ImplT >
 Character decorator stream output terminal. More...
 
struct  boost::expressions::aux::char_decorator_output_terminal< LeftT, SubactorT, ImplT >::result< typename >
 Result type definition. More...
 
struct  boost::expressions::aux::char_decorator_output_terminal< LeftT, SubactorT, ImplT >::result< ThisT(ContextT) >
 
class  boost::expressions::char_decorator_terminal< SubactorT, ImplT >
 Character decorator terminal class. More...
 
class  boost::expressions::char_decorator_actor< SubactorT, ImplT, ActorT >
 Character decorator actor. More...
 
class  boost::expressions::aux::char_decorator_gen1< RangeT >
 
class  boost::expressions::aux::char_decorator_gen2< FromRangeT, ToRangeT >
 
struct  boost::phoenix::result_of::is_nullary< custom_terminal< boost::log::expressions::char_decorator_terminal< SubactorT, ImplT > > >
 
struct  boost::phoenix::result_of::is_nullary< custom_terminal< boost::log::expressions::aux::char_decorator_output_terminal< LeftT, SubactorT, ImplT > > >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::expressions
 
 boost::expressions::aux
 
 boost::phoenix
 
 boost::phoenix::result_of
 

Macros

#define BOOST_LOG_AUX_OVERLOAD(left_ref, right_ref)
 

Functions

template<typename RangeT >
BOOST_FORCEINLINE
aux::char_decorator_gen1
< RangeT > 
boost::expressions::char_decor (RangeT const &decorations)
 The function returns a decorator generator object. More...
 
template<typename FromRangeT , typename ToRangeT >
BOOST_FORCEINLINE
aux::char_decorator_gen2
< FromRangeT, ToRangeT > 
boost::expressions::char_decor (FromRangeT const &from, ToRangeT const &to)
 The function returns a decorator generator object. More...
 

Detailed Description

Author
Andrey Semashev
Date
17.11.2012

The header contains implementation of a character decorator.

Macro Definition Documentation

#define BOOST_LOG_AUX_OVERLOAD (   left_ref,
  right_ref 
)
Value:
template< typename LeftExprT, typename SubactorT, typename ImplT, template< typename > class ActorT >\
operator<< (phoenix::actor< LeftExprT > left_ref left, char_decorator_actor< SubactorT, ImplT, ActorT > right_ref right)\
{\
typedef aux::char_decorator_output_terminal< phoenix::actor< LeftExprT >, SubactorT, ImplT > terminal_type;\
phoenix::actor< terminal_type > actor = {{ terminal_type(left, right.get_terminal().get_subactor(), right.get_terminal().get_impl()) }};\
return actor;\
}
return b left
Definition: map_by.hpp:111
interval_bounds right(interval_bounds x1)
Definition: interval_bounds.hpp:21
#define BOOST_FORCEINLINE
Definition: suffix.hpp:583
Definition: actor.hpp:133