Typedefs | |
typedef void *(* | alloc_func )(void *, int, int) |
typedef void(* | free_func )(void *, void *) |
Variables | |
BOOST_IOSTREAMS_DECL const int | ok |
BOOST_IOSTREAMS_DECL const int | run_ok |
BOOST_IOSTREAMS_DECL const int | flush_ok |
BOOST_IOSTREAMS_DECL const int | finish_ok |
BOOST_IOSTREAMS_DECL const int | stream_end |
BOOST_IOSTREAMS_DECL const int | sequence_error |
BOOST_IOSTREAMS_DECL const int | param_error |
BOOST_IOSTREAMS_DECL const int | mem_error |
BOOST_IOSTREAMS_DECL const int | data_error |
BOOST_IOSTREAMS_DECL const int | data_error_magic |
BOOST_IOSTREAMS_DECL const int | io_error |
BOOST_IOSTREAMS_DECL const int | unexpected_eof |
BOOST_IOSTREAMS_DECL const int | outbuff_full |
BOOST_IOSTREAMS_DECL const int | config_error |
BOOST_IOSTREAMS_DECL const int | finish |
BOOST_IOSTREAMS_DECL const int | run |
const int | default_block_size = 9 |
const int | default_work_factor = 30 |
const bool | default_small = false |
typedef void*(* boost::iostreams::bzip2::alloc_func)(void *, int, int) |
typedef void(* boost::iostreams::bzip2::free_func)(void *, void *) |
BOOST_IOSTREAMS_DECL const int boost::iostreams::bzip2::config_error |
BOOST_IOSTREAMS_DECL const int boost::iostreams::bzip2::data_error |
BOOST_IOSTREAMS_DECL const int boost::iostreams::bzip2::data_error_magic |
const int boost::iostreams::bzip2::default_block_size = 9 |
const bool boost::iostreams::bzip2::default_small = false |
const int boost::iostreams::bzip2::default_work_factor = 30 |
BOOST_IOSTREAMS_DECL const int boost::iostreams::bzip2::finish |
Referenced by boost::iostreams::detail::bzip2_compressor_impl< Alloc >::filter(), boost::container::basic_string< CharT, Traits, Allocator >::find(), boost::container::basic_string< CharT, Traits, Allocator >::find_first_not_of(), boost::wave::util::flex_string< E, T, A, Storage >::find_first_not_of(), boost::container::basic_string< CharT, Traits, Allocator >::find_first_of(), boost::wave::util::flex_string< E, T, A, Storage >::find_first_of(), boost::detail::multi_array::multi_array_impl_base< T, NumDims >::generate_array_view(), and boost::math::operator>>().
BOOST_IOSTREAMS_DECL const int boost::iostreams::bzip2::finish_ok |
BOOST_IOSTREAMS_DECL const int boost::iostreams::bzip2::flush_ok |
BOOST_IOSTREAMS_DECL const int boost::iostreams::bzip2::io_error |
BOOST_IOSTREAMS_DECL const int boost::iostreams::bzip2::mem_error |
BOOST_IOSTREAMS_DECL const int boost::iostreams::bzip2::ok |
Referenced by boost::geometry::detail::touches::box_box::apply(), boost::iostreams::detail::bzip2_decompressor_impl< Alloc >::filter(), boost::uuids::operator<<(), boost::operator<<(), boost::container::operator<<(), boost::uuids::operator>>(), boost::iostreams::code_converter< Device, Codecvt, Alloc >::read(), boost::container::container_detail::string_fill(), and boost::iostreams::code_converter< Device, Codecvt, Alloc >::write().
BOOST_IOSTREAMS_DECL const int boost::iostreams::bzip2::outbuff_full |
BOOST_IOSTREAMS_DECL const int boost::iostreams::bzip2::param_error |
BOOST_IOSTREAMS_DECL const int boost::iostreams::bzip2::run |
Referenced by boost::spirit::support::detail::range_run< Char >::clear(), boost::iostreams::detail::bzip2_compressor_impl< Alloc >::filter(), boost::gursoy_atun_step(), boost::unit_test::ut_detail::test_case_template_invoker< TestCaseTemplate, TestType >::operator()(), boost::spirit::support::detail::range_run< Char >::set(), boost::spirit::support::detail::range_run< Char >::swap(), and boost::spirit::support::detail::range_run< Char >::test().
BOOST_IOSTREAMS_DECL const int boost::iostreams::bzip2::run_ok |
BOOST_IOSTREAMS_DECL const int boost::iostreams::bzip2::sequence_error |
BOOST_IOSTREAMS_DECL const int boost::iostreams::bzip2::stream_end |
Referenced by boost::iostreams::detail::bzip2_compressor_impl< Alloc >::filter(), boost::iostreams::detail::bzip2_decompressor_impl< Alloc >::filter(), boost::date_time::fixed_string_to_int(), boost::date_time::time_input_facet< time_type, CharT, InItrT >::get(), boost::date_time::time_input_facet< time_type, CharT, InItrT >::get_local_time(), boost::date_time::format_date_parser< time_type::date_type, CharT >::parse_date(), boost::date_time::format_date_parser< time_type::date_type, CharT >::parse_month(), boost::date_time::format_date_parser< time_type::date_type, CharT >::parse_weekday(), and boost::date_time::format_date_parser< time_type::date_type, CharT >::parse_year().
BOOST_IOSTREAMS_DECL const int boost::iostreams::bzip2::unexpected_eof |