Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
code_converter.hpp File Reference
#include <boost/iostreams/detail/config/wide_streams.hpp>
#include <algorithm>
#include <cstring>
#include <exception>
#include <boost/config.hpp>
#include <boost/iostreams/char_traits.hpp>
#include <boost/iostreams/constants.hpp>
#include <boost/iostreams/detail/adapter/concept_adapter.hpp>
#include <boost/iostreams/detail/adapter/direct_adapter.hpp>
#include <boost/iostreams/detail/buffer.hpp>
#include <boost/iostreams/detail/call_traits.hpp>
#include <boost/iostreams/detail/codecvt_holder.hpp>
#include <boost/iostreams/detail/codecvt_helper.hpp>
#include <boost/iostreams/detail/double_object.hpp>
#include <boost/iostreams/detail/execute.hpp>
#include <boost/iostreams/detail/forward.hpp>
#include <boost/iostreams/detail/functional.hpp>
#include <boost/iostreams/detail/ios.hpp>
#include <boost/iostreams/detail/optional.hpp>
#include <boost/iostreams/detail/select.hpp>
#include <boost/iostreams/traits.hpp>
#include <boost/iostreams/operations.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/static_assert.hpp>
#include <boost/throw_exception.hpp>
#include <boost/type_traits/is_convertible.hpp>
#include <boost/type_traits/is_same.hpp>
#include <boost/iostreams/detail/config/disable_warnings.hpp>
#include <boost/iostreams/detail/config/enable_warnings.hpp>
Include dependency graph for code_converter.hpp:

Classes

struct  boost::iostreams::code_conversion_error
 
struct  boost::iostreams::detail::strncpy_if_same_impl< B >
 
struct  boost::iostreams::detail::strncpy_if_same_impl< true >
 
struct  boost::iostreams::detail::strncpy_if_same_impl< false >
 
class  boost::iostreams::detail::conversion_buffer< Codecvt, Alloc >
 
struct  boost::iostreams::detail::code_converter_impl< Device, Codecvt, Alloc >
 
struct  boost::iostreams::code_converter_base< Device, Codecvt, Alloc >
 
class  boost::iostreams::code_converter< Device, Codecvt, Alloc >
 
struct  boost::iostreams::code_converter< Device, Codecvt, Alloc >::category
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::iostreams
 
 boost::iostreams::detail
 

Macros

#define BOOST_IOSTREAMS_CONVERTER_PARAMS()   , int buffer_size = -1
 
#define BOOST_IOSTREAMS_CONVERTER_ARGS()   , buffer_size
 

Functions

template<typename Src , typename Tgt >
Tgt * boost::iostreams::detail::strncpy_if_same (Tgt *tgt, const Src *src, std::streamsize n)
 

Macro Definition Documentation

#define BOOST_IOSTREAMS_CONVERTER_ARGS ( )    , buffer_size
#define BOOST_IOSTREAMS_CONVERTER_PARAMS ( )    , int buffer_size = -1