|
Ninja
|
#include <stdarg.h>#include <stdio.h>#include <string>#include <unordered_map>#include <vector>

Go to the source code of this file.
Classes | |
| struct | Explanations |
| A class used to record a list of explanation strings associated with a given 'item' pointer. More... | |
| struct | OptionalExplanations |
| Convenience wrapper for an Explanations pointer, which can be null if no explanations need to be recorded. More... | |