This is the complete list of members for Aleph::Huffman_Encoder_Engine, including all inherited members.
| encode(char *input, BitArray &bit_stream) | Aleph::Huffman_Encoder_Engine | inline |
| encode(ifstream &input, BitArray &bit_stream) | Aleph::Huffman_Encoder_Engine | inline |
| generate_huffman_tree(const bool &with_freqs=false) | Aleph::Huffman_Encoder_Engine | inline |
| get_freq_root() | Aleph::Huffman_Encoder_Engine | inline |
| get_root() | Aleph::Huffman_Encoder_Engine | inline |
| Huffman_Encoder_Engine() | Aleph::Huffman_Encoder_Engine | inline |
| load_tree(ifstream &input) | Aleph::Huffman_Encoder_Engine | inline |
| read_input(char *input, const bool &with_freqs=false) | Aleph::Huffman_Encoder_Engine | inline |
| read_input(ifstream &input, const bool &with_freqs=false) | Aleph::Huffman_Encoder_Engine | inline |
| save_tree(ostream &output) | Aleph::Huffman_Encoder_Engine | inline |
| save_tree_in_array_of_chars(const string &array_name, ostream &output) | Aleph::Huffman_Encoder_Engine | inline |
| set_end_of_stream(const string &str) | Aleph::Huffman_Encoder_Engine | inline |
| set_freq(const string &str, const size_t &freq) | Aleph::Huffman_Encoder_Engine | inline |