Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
concepts.hpp File Reference
#include <boost/config.hpp>
#include <boost/detail/workaround.hpp>
#include <boost/iostreams/categories.hpp>
#include <boost/iostreams/detail/default_arg.hpp>
#include <boost/iostreams/detail/ios.hpp>
#include <boost/iostreams/positioning.hpp>
#include <boost/static_assert.hpp>
#include <boost/type_traits/is_convertible.hpp>
Include dependency graph for concepts.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::iostreams::device< Mode, Ch >
 
struct  boost::iostreams::device< Mode, Ch >::category
 
struct  boost::iostreams::wdevice< Mode, Ch >
 
struct  boost::iostreams::filter< Mode, Ch >
 
struct  boost::iostreams::filter< Mode, Ch >::category
 
struct  boost::iostreams::wfilter< Mode, Ch >
 
struct  boost::iostreams::multichar_filter< Mode, Ch >
 
struct  boost::iostreams::multichar_filter< Mode, Ch >::category
 
struct  boost::iostreams::multichar_wfilter< Mode, Ch >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::iostreams
 

Typedefs

typedef device< input > boost::iostreams::source
 
typedef wdevice< input > boost::iostreams::wsource
 
typedef device< output > boost::iostreams::sink
 
typedef wdevice< output > boost::iostreams::wsink
 
typedef filter< input > boost::iostreams::input_filter
 
typedef wfilter< input > boost::iostreams::input_wfilter
 
typedef filter< output > boost::iostreams::output_filter
 
typedef wfilter< output > boost::iostreams::output_wfilter
 
typedef filter< seekable > boost::iostreams::seekable_filter
 
typedef wfilter< seekable > boost::iostreams::seekable_wfilter
 
typedef filter< dual_use > boost::iostreams::dual_use_filter
 
typedef wfilter< dual_use > boost::iostreams::dual_use_wfilter
 
typedef multichar_filter< input > boost::iostreams::multichar_input_filter
 
typedef multichar_wfilter< input > boost::iostreams::multichar_input_wfilter
 
typedef multichar_filter< output > boost::iostreams::multichar_output_filter
 
typedef multichar_wfilter< output > boost::iostreams::multichar_output_wfilter
 
typedef multichar_filter
< dual_use > 
boost::iostreams::multichar_dual_use_filter
 
typedef multichar_wfilter
< dual_use > 
boost::iostreams::multichar_dual_use_wfilter