Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::aux::stream_provider< CharT >::stream_compound Struct Reference

Formatting stream compound. More...

#include <record_ostream.hpp>

Collaboration diagram for boost::aux::stream_provider< CharT >::stream_compound:

Public Member Functions

 stream_compound (record &rec)
 Initializing constructor. More...
 

Public Attributes

stream_compoundnext
 
basic_record_ostream< char_typestream
 Log record stream adapter. More...
 

Detailed Description

template<typename CharT>
struct boost::aux::stream_provider< CharT >::stream_compound

Formatting stream compound.

Constructor & Destructor Documentation

template<typename CharT >
boost::aux::stream_provider< CharT >::stream_compound::stream_compound ( record rec)
inlineexplicit

Initializing constructor.

Member Data Documentation

template<typename CharT >
stream_compound* boost::aux::stream_provider< CharT >::stream_compound::next
template<typename CharT >
basic_record_ostream< char_type > boost::aux::stream_provider< CharT >::stream_compound::stream

The documentation for this struct was generated from the following file: