Namespaces | |
bzip2 | |
detail | |
grep | |
gzip | |
newline | |
zlib | |
Enumerations | |
enum | file_descriptor_flags { never_close_handle = 0, close_handle = 3 } |
Functions | |
template<typename T > | |
int_type_of< T >::type | get_if (T &t) |
template<typename T > | |
std::streamsize | read_if (T &t, typename char_type_of< T >::type *s, std::streamsize n) |
template<typename T > | |
bool | put_if (T &t, typename char_type_of< T >::type c) |
template<typename T > | |
std::streamsize | write_if (T &t, const typename char_type_of< T >::type *s, std::streamsize n) |
template<typename T > | |
std::streampos | seek_if (T &t, stream_offset off, BOOST_IOS::seekdir way, BOOST_IOS::openmode which=BOOST_IOS::in|BOOST_IOS::out) |
template<typename T > | |
void | close (T &t) |
template<typename T > | |
void | close (T &t, BOOST_IOS::openmode which) |
template<typename T , typename Sink > | |
void | close (T &t, Sink &snk, BOOST_IOS::openmode which) |
template<typename In , typename Out > | |
detail::combine_traits< In, Out >::type | combine (const In &in, const Out &out) |
template<typename Filter , typename FilterOrDevice > | |
composite< Filter, FilterOrDevice > | compose (const Filter &filter, const FilterOrDevice &fod BOOST_IOSTREAMS_DISABLE_IF_STREAM(FilterOrDevice)) |
template<typename Filter , typename Ch , typename Tr > | |
composite< Filter, std::basic_streambuf< Ch, Tr > > | compose (const Filter &filter, std::basic_streambuf< Ch, Tr > &sb) |
template<typename Filter , typename Ch , typename Tr > | |
composite< Filter, std::basic_istream< Ch, Tr > > | compose (const Filter &filter, std::basic_istream< Ch, Tr > &is) |
template<typename Filter , typename Ch , typename Tr > | |
composite< Filter, std::basic_ostream< Ch, Tr > > | compose (const Filter &filter, std::basic_ostream< Ch, Tr > &os) |
template<typename Filter , typename Ch , typename Tr > | |
composite< Filter, std::basic_iostream< Ch, Tr > > | compose (const Filter &filter, std::basic_iostream< Ch, Tr > &io) |
template<typename Source , typename Sink > | |
std::streamsize | copy (const Source &src, const Sink &snk, std::streamsize buffer_size=default_device_buffer_size BOOST_IOSTREAMS_DISABLE_IF_STREAM(Sink)) |
template<typename Source , typename Sink > | |
std::streamsize | copy (Source &src, const Sink &snk, std::streamsize buffer_size=default_device_buffer_size BOOST_IOSTREAMS_DISABLE_IF_STREAM(Sink)) |
template<typename Source , typename Sink > | |
std::streamsize | copy (const Source &src, Sink &snk, std::streamsize buffer_size=default_device_buffer_size BOOST_IOSTREAMS_ENABLE_IF_STREAM(Sink)) |
template<typename Source , typename Sink > | |
std::streamsize | copy (Source &src, Sink &snk, std::streamsize buffer_size=default_device_buffer_size BOOST_IOSTREAMS_ENABLE_IF_STREAM(Sink)) |
template<typename Ch > | |
struct | BOOST_PP_CAT (basic_, array_source) |
template<typename Ch > | |
struct | BOOST_PP_CAT (basic_, array_sink) |
template<typename Ch > | |
struct | BOOST_PP_CAT (basic_, array) |
template<typename Container > | |
back_insert_device< Container > | back_inserter (Container &cnt) |
mapped_file_base::mapmode | operator| (mapped_file_base::mapmode a, mapped_file_base::mapmode b) |
mapped_file_base::mapmode | operator& (mapped_file_base::mapmode a, mapped_file_base::mapmode b) |
mapped_file_base::mapmode | operator^ (mapped_file_base::mapmode a, mapped_file_base::mapmode b) |
mapped_file_base::mapmode | operator~ (mapped_file_base::mapmode a) |
mapped_file_base::mapmode | operator|= (mapped_file_base::mapmode &a, mapped_file_base::mapmode b) |
mapped_file_base::mapmode | operator&= (mapped_file_base::mapmode &a, mapped_file_base::mapmode b) |
mapped_file_base::mapmode | operator^= (mapped_file_base::mapmode &a, mapped_file_base::mapmode b) |
mapped_file::mapmode | operator| (mapped_file::mapmode a, mapped_file::mapmode b) |
mapped_file::mapmode | operator& (mapped_file::mapmode a, mapped_file::mapmode b) |
mapped_file::mapmode | operator^ (mapped_file::mapmode a, mapped_file::mapmode b) |
mapped_file::mapmode | operator~ (mapped_file::mapmode a) |
mapped_file::mapmode | operator|= (mapped_file::mapmode &a, mapped_file::mapmode b) |
mapped_file::mapmode | operator&= (mapped_file::mapmode &a, mapped_file::mapmode b) |
mapped_file::mapmode | operator^= (mapped_file::mapmode &a, mapped_file::mapmode b) |
std::streamsize | rand (int inc) |
template<typename Filter > | |
bool | test_input_filter (Filter filter, const std::string &input, const std::string &output, mpl::true_) |
template<typename Filter , typename Source1 , typename Source2 > | |
bool | test_input_filter (Filter filter, const Source1 &input, const Source2 &output, mpl::false_) |
template<typename Filter , typename Source1 , typename Source2 > | |
bool | test_input_filter (Filter filter, const Source1 &input, const Source2 &output) |
template<typename Filter > | |
bool | test_output_filter (Filter filter, const std::string &input, const std::string &output, mpl::true_) |
template<typename Filter , typename Source1 , typename Source2 > | |
bool | test_output_filter (Filter filter, const Source1 &input, const Source2 &output, mpl::false_) |
template<typename Filter , typename Source1 , typename Source2 > | |
bool | test_output_filter (Filter filter, const Source1 &input, const Source2 &output) |
template<typename OutputFilter , typename InputFilter > | |
bool | test_filter_pair (OutputFilter out, InputFilter in, const std::string &data, mpl::true_) |
template<typename OutputFilter , typename InputFilter , typename Source > | |
bool | test_filter_pair (OutputFilter out, InputFilter in, const Source &data, mpl::false_) |
template<typename OutputFilter , typename InputFilter , typename Source > | |
bool | test_filter_pair (OutputFilter out, InputFilter in, const Source &data) |
template<typename T > | |
bool | flush (T &t) |
template<typename T , typename Sink > | |
bool | flush (T &t, Sink &snk) |
template<typename T , typename Locale > | |
void | imbue (T &t, const Locale &loc) |
template<typename T > | |
std::pair < BOOST_DEDUCED_TYPENAME char_type_of< T >::type *, BOOST_DEDUCED_TYPENAME char_type_of< T >::type * > | input_sequence (T &t) |
template<typename Filter > | |
inverse< Filter > | invert (const Filter &f) |
template<typename T > | |
std::streamsize | optimal_buffer_size (const T &t) |
template<typename T > | |
std::pair < BOOST_DEDUCED_TYPENAME char_type_of< T >::type *, BOOST_DEDUCED_TYPENAME char_type_of< T >::type * > | output_sequence (T &t) |
template<typename Pipeline , typename Filter , typename Component > | |
pipeline< pipeline< Pipeline, Filter >, Component > | operator| (const pipeline< Pipeline, Filter > &p, const Component &cmp) |
std::streamoff | stream_offset_to_streamoff (stream_offset off) |
std::streampos | offset_to_position (stream_offset off) |
template<typename PosType > | |
stream_offset | position_to_offset (PosType pos) |
stream_offset | position_to_offset (std::streampos pos) |
template<typename T > | |
int_type_of< T >::type | get (T &t) |
template<typename T > | |
std::streamsize | read (T &t, typename char_type_of< T >::type *s, std::streamsize n) |
template<typename T , typename Source > | |
std::streamsize | read (T &t, Source &src, typename char_type_of< T >::type *s, std::streamsize n) |
template<typename T > | |
bool | putback (T &t, typename char_type_of< T >::type c) |
template<typename T > | |
std::streampos | seek (T &t, stream_offset off, BOOST_IOS::seekdir way, BOOST_IOS::openmode which=BOOST_IOS::in|BOOST_IOS::out) |
template<typename T , typename Device > | |
std::streampos | seek (T &t, Device &dev, stream_offset off, BOOST_IOS::seekdir way, BOOST_IOS::openmode which=BOOST_IOS::in|BOOST_IOS::out) |
template<typename Device > | |
void | skip (Device &dev, stream_offset off) |
template<typename Filter , typename Device > | |
void | skip (Filter &flt, Device &dev, stream_offset off, BOOST_IOS::openmode which=BOOST_IOS::in|BOOST_IOS::out) |
template<typename Sink > | |
tee_filter< Sink > | tee (Sink &snk) |
template<typename Sink > | |
tee_filter< Sink > | tee (const Sink &snk) |
template<typename Device , typename Sink > | |
tee_device< Device, Sink > | tee (Device &dev, Sink &sink) |
template<typename Device , typename Sink > | |
tee_device< Device, Sink > | tee (const Device &dev, Sink &sink) |
template<typename Device , typename Sink > | |
tee_device< Device, Sink > | tee (Device &dev, const Sink &sink) |
template<typename Device , typename Sink > | |
tee_device< Device, Sink > | tee (const Device &dev, const Sink &sink) |
template<typename T > | |
category_of< T >::type | get_category (const T &) |
template<typename T > | |
bool | put (T &t, typename char_type_of< T >::type c) |
template<typename T > | |
std::streamsize | write (T &t, const typename char_type_of< T >::type *s, std::streamsize n) |
template<typename T , typename Sink > | |
std::streamsize | write (T &t, Sink &snk, const typename char_type_of< T >::type *s, std::streamsize n) |
Variables | |
const int | WOULD_BLOCK = (int) (EOF - 1) |
const std::wint_t | WWOULD_BLOCK = (std::wint_t) (WEOF - 1) |
const std::streamsize | default_device_buffer_size |
const std::streamsize | default_filter_buffer_size |
const std::streamsize | default_pback_buffer_size |
typedef | array_source |
typedef | array_sink |
typedef | array |
const std::streamsize | default_increment = 5 |
typedef basic_counter<char> boost::iostreams::counter |
typedef basic_file<char> boost::iostreams::file |
typedef basic_file_sink<char> boost::iostreams::file_sink |
typedef basic_file_source<char> boost::iostreams::file_source |
typedef basic_grep_filter<char> boost::iostreams::grep_filter |
typedef filter<input> boost::iostreams::input_filter |
typedef wfilter<input> boost::iostreams::input_wfilter |
typedef basic_line_filter<char> boost::iostreams::line_filter |
typedef basic_mapped_file_params<std::string> boost::iostreams::mapped_file_params |
typedef basic_null_sink<char> boost::iostreams::null_sink |
typedef basic_null_source<char> boost::iostreams::null_source |
typedef filter<output> boost::iostreams::output_filter |
typedef basic_regex_filter<char> boost::iostreams::regex_filter |
typedef device<output> boost::iostreams::sink |
typedef device<input> boost::iostreams::source |
typedef basic_stdio_filter<char> boost::iostreams::stdio_filter |
typedef boost::intmax_t boost::iostreams::stream_offset |
typedef basic_counter<wchar_t> boost::iostreams::wcounter |
typedef basic_file<wchar_t> boost::iostreams::wfile |
typedef basic_file_sink<wchar_t> boost::iostreams::wfile_sink |
typedef basic_file_source<wchar_t> boost::iostreams::wfile_source |
typedef basic_grep_filter<wchar_t> boost::iostreams::wgrep_filter |
typedef basic_line_filter<wchar_t> boost::iostreams::wline_filter |
typedef basic_null_sink<wchar_t> boost::iostreams::wnull_sink |
typedef basic_null_source<wchar_t> boost::iostreams::wnull_source |
typedef basic_regex_filter<wchar_t> boost::iostreams::wregex_filter |
typedef wdevice<output> boost::iostreams::wsink |
typedef wdevice<input> boost::iostreams::wsource |
typedef basic_stdio_filter<wchar_t> boost::iostreams::wstdio_wfilter |
back_insert_device<Container> boost::iostreams::back_inserter | ( | Container & | cnt | ) |
Referenced by test_filter_pair(), test_input_filter(), and test_output_filter().
typedef boost::iostreams::BOOST_PP_CAT | ( | basic_ | , |
array_sink | |||
) |
typedef boost::iostreams::BOOST_PP_CAT | ( | basic_ | , |
array | |||
) |
typedef boost::iostreams::BOOST_PP_CAT | ( | basic_ | , |
array_source | |||
) |
void boost::iostreams::close | ( | T & | t | ) |
References boost::iostreams::detail::close_all().
Referenced by boost::iostreams::detail::combined_filter< InputFilter, OutputFilter >::close(), boost::iostreams::detail::code_converter_impl< Device, Codecvt, Alloc >::close(), boost::iostreams::basic_gzip_compressor< Alloc >::close(), boost::iostreams::basic_gzip_decompressor< Alloc >::close(), boost::iostreams::detail::close_all(), boost::iostreams::detail::bzip2_decompressor_impl< Alloc >::filter(), boost::iostreams::basic_gzip_decompressor< Alloc >::read(), truncate(), boost::iostreams::basic_gzip_decompressor< Alloc >::write(), boost::re_detail::mapfile::~mapfile(), and boost::iostreams::stream_buffer< Device, Tr, Alloc >::~stream_buffer().
void boost::iostreams::close | ( | T & | t, |
BOOST_IOS::openmode | which | ||
) |
References BOOST_ASSERT, close(), boost::iostreams::detail::close_all(), boost::flyweights::in, and boost::out.
void boost::iostreams::close | ( | T & | t, |
Sink & | snk, | ||
BOOST_IOS::openmode | which | ||
) |
References BOOST_ASSERT, boost::iostreams::detail::close_all(), boost::flyweights::in, and boost::out.
Referenced by close().
detail::combine_traits<In, Out>::type boost::iostreams::combine | ( | const In & | in, |
const Out & | out | ||
) |
Referenced by boost::astar_search_no_init_tree(), boost::bellman_ford_shortest_paths(), boost::detail::graph::brandes_dijkstra_visitor< Graph, WeightMap, IncomingMap, DistanceMap, PathCountMap >::edge_not_relaxed(), boost::detail::floyd_warshall_dispatch(), boost::johnson_all_pairs_shortest_paths(), boost::prim_minimum_spanning_tree(), boost::detail::prim_mst_impl(), and boost::relax().
composite<Filter, FilterOrDevice> boost::iostreams::compose | ( | const Filter & | filter, |
const FilterOrDevice &fod | BOOST_IOSTREAMS_DISABLE_IF_STREAMFilterOrDevice | ||
) |
References boost::fusion::filter().
Referenced by test_filter_pair(), test_input_filter(), and test_output_filter().
composite< Filter, std::basic_streambuf<Ch, Tr> > boost::iostreams::compose | ( | const Filter & | filter, |
std::basic_streambuf< Ch, Tr > & | sb | ||
) |
References boost::fusion::filter().
composite< Filter, std::basic_istream<Ch, Tr> > boost::iostreams::compose | ( | const Filter & | filter, |
std::basic_istream< Ch, Tr > & | is | ||
) |
References boost::fusion::filter().
composite< Filter, std::basic_ostream<Ch, Tr> > boost::iostreams::compose | ( | const Filter & | filter, |
std::basic_ostream< Ch, Tr > & | os | ||
) |
References boost::fusion::filter().
composite< Filter, std::basic_iostream<Ch, Tr> > boost::iostreams::compose | ( | const Filter & | filter, |
std::basic_iostream< Ch, Tr > & | io | ||
) |
References boost::fusion::filter().
std::streamsize boost::iostreams::copy | ( | const Source & | src, |
const Sink & | snk, | ||
std::streamsize | buffer_size = default_device_buffer_size BOOST_IOSTREAMS_DISABLE_IF_STREAM(Sink) |
||
) |
std::streamsize boost::iostreams::copy | ( | Source & | src, |
const Sink & | snk, | ||
std::streamsize | buffer_size = default_device_buffer_size BOOST_IOSTREAMS_DISABLE_IF_STREAM(Sink) |
||
) |
std::streamsize boost::iostreams::copy | ( | const Source & | src, |
Sink & | snk, | ||
std::streamsize | buffer_size = default_device_buffer_size BOOST_IOSTREAMS_ENABLE_IF_STREAM(Sink) |
||
) |
std::streamsize boost::iostreams::copy | ( | Source & | src, |
Sink & | snk, | ||
std::streamsize | buffer_size = default_device_buffer_size BOOST_IOSTREAMS_ENABLE_IF_STREAM(Sink) |
||
) |
bool boost::iostreams::flush | ( | T & | t | ) |
References flush().
Referenced by boost::iostreams::detail::close_impl< any_tag >::close(), boost::iostreams::tee_filter< Device >::flush(), boost::iostreams::detail::composite_device< Filter, Device, Mode >::flush(), boost::iostreams::tee_device< Device, Sink >::flush(), boost::iostreams::detail::composite_filter< Filter1, Filter2, Mode >::flush(), boost::spirit::karma::any_stream_generator< Char, CharEncoding, Tag >::generate(), boost::spirit::karma::lit_stream_generator< T, Char, CharEncoding, Tag >::generate(), and boost::iostreams::symmetric_filter< detail::bzip2_decompressor_impl< Alloc >, Alloc >::read().
bool boost::iostreams::flush | ( | T & | t, |
Sink & | snk | ||
) |
Referenced by flush().
int_type_of<T>::type boost::iostreams::get | ( | T & | t | ) |
References get(), and boost::flyweights::t.
Referenced by boost::iostreams::detail::read_write_if_impl< input >::get(), boost::iostreams::newline_filter::get(), boost::iostreams::newline_checker::get(), boost::iostreams::basic_gzip_decompressor< Alloc >::read(), and boost::iostreams::detail::skip().
|
inline |
int_type_of<T>::type boost::iostreams::get_if | ( | T & | t | ) |
References get(), and boost::detail::type.
void boost::iostreams::imbue | ( | T & | t, |
const Locale & | loc | ||
) |
Referenced by boost::iostreams::detail::combined_device< Source, Sink >::imbue(), boost::iostreams::detail::composite_device< Filter, Device, Mode >::imbue(), boost::iostreams::detail::combined_filter< InputFilter, OutputFilter >::imbue(), boost::iostreams::tee_device< Device, Sink >::imbue(), boost::iostreams::detail::composite_filter< Filter1, Filter2, Mode >::imbue(), and boost::xpressive::c_regex_traits< Char >::imbue().
|
inline |
Referenced by boost::iostreams::detail::copy_impl().
inverse<Filter> boost::iostreams::invert | ( | const Filter & | f | ) |
|
inline |
mapped_file_base::mapmode boost::iostreams::operator& | ( | mapped_file_base::mapmode | a, |
mapped_file_base::mapmode | b | ||
) |
|
inline |
References boost::a.
mapped_file_base::mapmode boost::iostreams::operator&= | ( | mapped_file_base::mapmode & | a, |
mapped_file_base::mapmode | b | ||
) |
|
inline |
References boost::asio::b.
mapped_file_base::mapmode boost::iostreams::operator^ | ( | mapped_file_base::mapmode | a, |
mapped_file_base::mapmode | b | ||
) |
|
inline |
References boost::a.
mapped_file_base::mapmode boost::iostreams::operator^= | ( | mapped_file_base::mapmode & | a, |
mapped_file_base::mapmode | b | ||
) |
|
inline |
References boost::asio::b.
mapped_file_base::mapmode boost::iostreams::operator| | ( | mapped_file_base::mapmode | a, |
mapped_file_base::mapmode | b | ||
) |
pipeline<pipeline<Pipeline, Filter>, Component> boost::iostreams::operator| | ( | const pipeline< Pipeline, Filter > & | p, |
const Component & | cmp | ||
) |
References boost::BOOST_STATIC_ASSERT(), and boost::multiprecision::backends::p.
|
inline |
References boost::a.
mapped_file_base::mapmode boost::iostreams::operator|= | ( | mapped_file_base::mapmode & | a, |
mapped_file_base::mapmode | b | ||
) |
|
inline |
References boost::asio::b.
mapped_file_base::mapmode boost::iostreams::operator~ | ( | mapped_file_base::mapmode | a | ) |
|
inline |
References boost::a.
std::streamsize boost::iostreams::optimal_buffer_size | ( | const T & | t | ) |
|
inline |
Referenced by boost::iostreams::detail::copy_impl().
|
inline |
|
inline |
References put(), and boost::detail::type.
Referenced by boost::iostreams::newline_filter::get().
std::streamsize boost::iostreams::rand | ( | int | inc | ) |
|
inline |
References read().
Referenced by boost::iostreams::detail::copy_impl(), boost::iostreams::basic_counter< Ch >::read(), boost::iostreams::tee_filter< Device >::read(), boost::iostreams::detail::combined_device< Source, Sink >::read(), boost::iostreams::detail::composite_device< Filter, Device, Mode >::read(), boost::iostreams::detail::read_write_if_impl< input >::read(), boost::iostreams::detail::combined_filter< InputFilter, OutputFilter >::read(), boost::iostreams::tee_device< Device, Sink >::read(), boost::iostreams::detail::composite_filter< Filter1, Filter2, Mode >::read(), boost::iostreams::detail::chain_base< Self, Ch, Tr, Alloc, Mode >::read(), and boost::iostreams::detail::skip().
std::streamsize boost::iostreams::read | ( | T & | t, |
Source & | src, | ||
typename char_type_of< T >::type * | s, | ||
std::streamsize | n | ||
) |
Referenced by read().
|
inline |
References boost::asio::read(), and boost::detail::type.
|
inline |
References seek(), and boost::spirit::traits::which().
Referenced by boost::iostreams::basic_file< Ch >::seek(), boost::iostreams::detail::composite_device< Filter, Device, Mode >::seek(), boost::iostreams::detail::seek_if_impl< random_access >::seek(), boost::iostreams::detail::chain_base< Self, Ch, Tr, Alloc, Mode >::seek(), boost::iostreams::detail::composite_filter< Filter1, Filter2, Mode >::seek(), and boost::iostreams::detail::skip().
|
inline |
References boost::spirit::traits::which().
Referenced by seek().
|
inline |
References boost::spirit::x3::seek, boost::detail::type, and boost::spirit::traits::which().
void boost::iostreams::skip | ( | Device & | dev, |
stream_offset | off | ||
) |
void boost::iostreams::skip | ( | Filter & | flt, |
Device & | dev, | ||
stream_offset | off, | ||
BOOST_IOS::openmode | which = BOOST_IOS::in | BOOST_IOS::out |
||
) |
|
inline |
tee_filter<Sink> boost::iostreams::tee | ( | Sink & | snk | ) |
tee_filter<Sink> boost::iostreams::tee | ( | const Sink & | snk | ) |
tee_device<Device, Sink> boost::iostreams::tee | ( | Device & | dev, |
Sink & | sink | ||
) |
tee_device<Device, Sink> boost::iostreams::tee | ( | const Device & | dev, |
Sink & | sink | ||
) |
tee_device<Device, Sink> boost::iostreams::tee | ( | Device & | dev, |
const Sink & | sink | ||
) |
tee_device<Device, Sink> boost::iostreams::tee | ( | const Device & | dev, |
const Sink & | sink | ||
) |
bool boost::iostreams::test_filter_pair | ( | OutputFilter | out, |
InputFilter | in, | ||
const std::string & | data, | ||
mpl::true_ | |||
) |
References array_source, back_inserter(), compose(), copy(), and default_increment.
Referenced by test_filter_pair().
bool boost::iostreams::test_filter_pair | ( | OutputFilter | out, |
InputFilter | in, | ||
const Source & | data, | ||
mpl::false_ | |||
) |
References back_inserter(), copy(), boost::str(), and test_filter_pair().
bool boost::iostreams::test_filter_pair | ( | OutputFilter | out, |
InputFilter | in, | ||
const Source & | data | ||
) |
References test_filter_pair().
bool boost::iostreams::test_input_filter | ( | Filter | filter, |
const std::string & | input, | ||
const std::string & | output, | ||
mpl::true_ | |||
) |
References back_inserter(), compose(), copy(), and default_increment.
Referenced by test_input_filter().
bool boost::iostreams::test_input_filter | ( | Filter | filter, |
const Source1 & | input, | ||
const Source2 & | output, | ||
mpl::false_ | |||
) |
References back_inserter(), copy(), boost::flyweights::in, boost::out, and test_input_filter().
bool boost::iostreams::test_input_filter | ( | Filter | filter, |
const Source1 & | input, | ||
const Source2 & | output | ||
) |
References test_input_filter().
bool boost::iostreams::test_output_filter | ( | Filter | filter, |
const std::string & | input, | ||
const std::string & | output, | ||
mpl::true_ | |||
) |
References array_source, compose(), copy(), and default_increment.
Referenced by test_output_filter().
bool boost::iostreams::test_output_filter | ( | Filter | filter, |
const Source1 & | input, | ||
const Source2 & | output, | ||
mpl::false_ | |||
) |
References back_inserter(), copy(), boost::flyweights::in, boost::out, and test_output_filter().
bool boost::iostreams::test_output_filter | ( | Filter | filter, |
const Source1 & | input, | ||
const Source2 & | output | ||
) |
References test_output_filter().
|
inline |
References write().
Referenced by boost::iostreams::detail::copy_impl(), boost::iostreams::tee_filter< Device >::read(), boost::iostreams::tee_device< Device, Sink >::read(), boost::iostreams::basic_counter< Ch >::write(), boost::iostreams::detail::combined_device< Source, Sink >::write(), boost::iostreams::tee_filter< Device >::write(), boost::iostreams::detail::composite_device< Filter, Device, Mode >::write(), boost::iostreams::detail::combined_filter< InputFilter, OutputFilter >::write(), boost::iostreams::detail::read_write_if_impl< output >::write(), boost::iostreams::tee_device< Device, Sink >::write(), boost::iostreams::detail::composite_filter< Filter1, Filter2, Mode >::write(), boost::iostreams::detail::chain_base< Self, Ch, Tr, Alloc, Mode >::write(), and boost::iostreams::basic_gzip_compressor< Alloc >::write().
|
inline |
Referenced by write().
|
inline |
References boost::detail::type, and boost::asio::write().
typedef boost::iostreams::array |
Referenced by boost::interprocess::xsi::advanced_sem_open_or_create().
typedef boost::iostreams::array_sink |
Referenced by boost::iostreams::inverse< Filter >::read().
typedef boost::iostreams::array_source |
Referenced by test_filter_pair(), test_output_filter(), and boost::iostreams::inverse< Filter >::write().
const std::streamsize boost::iostreams::default_device_buffer_size |
Referenced by boost::iostreams::detail::optimal_buffer_size_impl< device_tag >::optimal_buffer_size().
const std::streamsize boost::iostreams::default_filter_buffer_size |
const std::streamsize boost::iostreams::default_increment = 5 |
Referenced by test_filter_pair(), test_input_filter(), and test_output_filter().
const std::streamsize boost::iostreams::default_pback_buffer_size |
const int boost::iostreams::WOULD_BLOCK = (int) (EOF - 1) |
const std::wint_t boost::iostreams::WWOULD_BLOCK = (std::wint_t) (WEOF - 1) |