#include <memory.h>
#include <string.h>
Include dependency graph for StringMap.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
class | StringMap |
A data structure that acts as a two-way one-to-one mapping from integers to strings Optimized for SPAM to quickly retrieve customer IDs, transaction IDs, and item IDs from their corresponding string names, and vice versa. More... |