#include <string>#include <algorithm>#include <vector>

Go to the source code of this file.
Classes | |
| union | b24bits |
| class | ocCoder |
Typedefs | |
| typedef vector< unsigned char > | bins |
Functions | |
| ostream & | operator<< (ostream &outstream, bins &binary) |
Variables | |
| const size_t | ENCODELength = 57 |
| const size_t | DECODELength = 76 |
| const size_t | REVARRAYSize = 126 |
| ostream& operator<< | ( | ostream & | outstream, | |
| bins & | binary | |||
| ) |
| const size_t DECODELength = 76 |
| const size_t ENCODELength = 57 |
| const size_t REVARRAYSize = 126 |
1.5.5