|
OpenEnroth 337936d
|
#include <cstdio>#include <cctype>#include <vector>#include <array>#include <string_view>#include <string>#include <algorithm>#include "Utility/String/Format.h"Functions | |
| std::string | toUpperCaseEnum (std::string_view string) |
| template<size_t N> | |
| void | dumpAligned (FILE *file, std::string_view prefix, const std::vector< std::array< std::string, N > > &table) |
| void dumpAligned | ( | FILE * | file, |
| std::string_view | prefix, | ||
| const std::vector< std::array< std::string, N > > & | table | ||
| ) |
|
inline |