Slim numerical data compression 1.0
File List
Here is a list of all documented files with brief descriptions:
[detail level 12]
  src
 bitstream.cppImplement the abstract base class bitstream and derived classes ibitstream and obitstream, for i/o of data with access to an arbitrary (integer) number of bits at a time
 bitstream.hInclude file for the bitstream and derived classes
 raw_section.cppImplements class raw_section, a buffer with easy random access for parameter computing in the encoding stage
 slim_channel.cppImplements classes slim_channel_array, abstract base slim_channel, and its derived classes slim_channel_encode and slim_channel_decode
 slim_codec_constant.cppImplement classes encoder_constant and decoder_constant
 slim_codec_default.cppImplement classes encoder and decoder that do not actually compress
 slim_codec_factory.cppContains factory functions encoder_generator() and decoder_generator() to return a derived specific co/dec object as a base-class pointer to encoder or decoder
 slim_codec_reduced_binary.cppImplement classes encoder_reduced_binary and decoder_reduced_binary, the workhorses of slim
 slim_codec_runlength.cppImplement classes encoder_runlength and decoder_runlength, used for data that have long stings of repeated values
 slim_control.cppImplements to slim_control class to parse command-line arguments
 slim_dump.cppA standalone tool to read the slim file header info and print it
 slim_file.cppImplements the classes slim_compressor_t and slim_expander_t
 slim_single_codec.hInline functions to standardize some multi-step systems for coding and decoding single values
 slimlib.cppThe C-linkable sliblib library that wraps the underlying C++ classes