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_params Struct Reference

#include <bzip2.hpp>

Public Member Functions

 bzip2_params (int block_size=bzip2::default_block_size, int work_factor=bzip2::default_work_factor)
 
 bzip2_params (bool small)
 

Public Attributes

union {
   int   block_size
 
   bool   small
 
}; 
 
int work_factor
 

Constructor & Destructor Documentation

boost::iostreams::bzip2_params::bzip2_params ( int  block_size = bzip2::default_block_size,
int  work_factor = bzip2::default_work_factor 
)
inline
boost::iostreams::bzip2_params::bzip2_params ( bool  small)
inline

Member Data Documentation

union { ... }
int boost::iostreams::bzip2_params::block_size
bool boost::iostreams::bzip2_params::small
int boost::iostreams::bzip2_params::work_factor

The documentation for this struct was generated from the following file: