Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::iostreams::bzip2 Namespace Reference

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 Documentation

typedef void*(* boost::iostreams::bzip2::alloc_func)(void *, int, int)
typedef void(* boost::iostreams::bzip2::free_func)(void *, void *)

Variable Documentation

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_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::outbuff_full
BOOST_IOSTREAMS_DECL const int boost::iostreams::bzip2::param_error
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::unexpected_eof