|
CHashTable 1
|
Argument parser internal API exposed for testing. More...
Go to the source code of this file.
Data Structures | |
| struct | CommandMap |
| Maps command string to enum. More... | |
Variables | |
| constexpr size_t | MAX_CMD_LEN = 128 |
| constexpr char | DELIMITERS [] = " \t\r\n" |
| constexpr size_t | CMD_COUNT = 8 |
| constexpr CommandMap | command_table [CMD_COUNT] |
| Maps command string to enum. | |
Argument parser internal API exposed for testing.
|
constexpr |
Maps command string to enum.