Slim numerical data compression 1.0
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CbitstreamBit stream base class
 CdecoderBase class for all stream decoders
 Cdecoder_constantDerived class for encoding strictly constant data
 Cdecoder_reduced_binaryDerived class for decoding simple full range of data
 Cdecoder_runlengthDerived class for encoding highly repetitive streams with runlength
 CencoderBase class for all stream encoders
 Cencoder_constantDerived class for encoding strictly constant data channels
 Cencoder_reduced_binaryDerived class for encoding simple full range of data
 Cencoder_runlengthDerived class for encoding highly repetitive streams with runlength
 CibitstreamInput bit stream
 CobitstreamOutput bit stream
 Craw_sectionRead/write buffer for the raw data I/O
 Cslim_channelBase class for the encode/decode derived channel classes
 Cslim_channel_arrayContainer for all slim_channel objects in a file
 Cslim_channel_decodeDerived class for decoding the data from a single channel
 Cslim_channel_encodeDerived class for encoding the data from a single channel
 Cslim_compressor_tA file compression object, with channel encoders for all channels
 Cslim_controlHandles command-line arguments and keeps track of control settings
 Cslim_expander_tA compressed file object, with channel decoders for all channels
 Cslimlib_file_tAll important elements of the SLIMFILE