Internal class that provides formatting streams for record pumps. More...
#include <record_ostream.hpp>
Classes | |
| struct | stream_compound |
| Formatting stream compound. More... | |
Public Types | |
| typedef CharT | char_type |
| Character type. More... | |
Static Public Member Functions | |
| static BOOST_LOG_API stream_compound * | allocate_compound (record &rec) |
| The method returns an allocated stream compound. More... | |
| static BOOST_LOG_API void | release_compound (stream_compound *compound) BOOST_NOEXCEPT |
| The method releases a compound. More... | |
Internal class that provides formatting streams for record pumps.
| typedef CharT boost::aux::stream_provider< CharT >::char_type |
Character type.
|
static |
The method returns an allocated stream compound.
|
static |
The method releases a compound.