| Octane v1.01.20 - The Open Compression Toolkit for C++ | http://octane.sourceforge.net/ |
Definition in file bitwriters.hpp.
#include <iostream>
#include <vector>
#include <string>
#include "bitwriter.hpp"
Go to the source code of this file.
Compounds | |
| class | null_bitwriter |
| Specialization without data. More... | |
| class | stream_bitwriter |
| Specialization for streams. More... | |
| class | vector_bitwriter |
| Specialization for vector<char>. More... | |
| class | string_bitwriter |
| Specialization for string. More... | |
| class | array_bitwriter |
| Specialization for C pointer to char. More... | |