This file exports the constants used in throughout the project. More...
Go to the source code of this file.
Variables | |
constexpr auto | INITIAL_BUCKET_COUNT = 101 |
Constants for HashMap. More... | |
constexpr auto | MAX_LOAD_PERCENTAGE = 70 |
constexpr auto | RESERVE_SIZE = 101 |
Constants for MinHeap. More... | |
const int | INITIAL_QUEUE_CAPACITY = 5 |
Constants for Queue. More... | |
constexpr auto | INTERNAL_NODE_CHARACTER = char(29) |
Constants for Huffman Tree. More... | |
constexpr auto | FILE_NAME_SEPARATOR = char(63) |
Constants for file Header. More... | |
constexpr auto | INPUT_FILE_PATH = "./src/huffman.huf" |
constexpr auto | COMPRESSED_FILE_PATH = "./src/huffman.huf" |
constexpr auto | DIRECTORY = "./src/huffman" |
This file exports the constants used in throughout the project.
Definition in file Constants.h.
|
constexpr |
Definition at line 27 of file Constants.h.
|
constexpr |
Definition at line 28 of file Constants.h.
|
constexpr |
Constants for file Header.
Definition at line 23 of file Constants.h.
|
constexpr |
Constants for HashMap.
Definition at line 10 of file Constants.h.
const int INITIAL_QUEUE_CAPACITY = 5 |
Constants for Queue.
Definition at line 17 of file Constants.h.
|
constexpr |
Definition at line 26 of file Constants.h.
|
constexpr |
Constants for Huffman Tree.
Definition at line 20 of file Constants.h.
|
constexpr |
Definition at line 11 of file Constants.h.
|
constexpr |
Constants for MinHeap.
Definition at line 14 of file Constants.h.