Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::iostreams::code_converter_base< Device, Codecvt, Alloc > Struct Template Reference

#include <code_converter.hpp>

Inheritance diagram for boost::iostreams::code_converter_base< Device, Codecvt, Alloc >:
Collaboration diagram for boost::iostreams::code_converter_base< Device, Codecvt, Alloc >:

Public Types

typedef
detail::code_converter_impl
< Device, Codecvt, Alloc > 
impl_type
 

Public Member Functions

 code_converter_base ()
 

Public Attributes

shared_ptr< impl_typepimpl_
 

Member Typedef Documentation

template<typename Device , typename Codecvt , typename Alloc >
typedef detail::code_converter_impl< Device, Codecvt, Alloc > boost::iostreams::code_converter_base< Device, Codecvt, Alloc >::impl_type

Constructor & Destructor Documentation

template<typename Device , typename Codecvt , typename Alloc >
boost::iostreams::code_converter_base< Device, Codecvt, Alloc >::code_converter_base ( )
inline

Member Data Documentation

template<typename Device , typename Codecvt , typename Alloc >
shared_ptr<impl_type> boost::iostreams::code_converter_base< Device, Codecvt, Alloc >::pimpl_

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