OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Functions
CodeGenFunctions.h File Reference
#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)
 

Function Documentation

◆ dumpAligned()

template<size_t N>
void dumpAligned ( FILE *  file,
std::string_view  prefix,
const std::vector< std::array< std::string, N > > &  table 
)

◆ toUpperCaseEnum()

std::string toUpperCaseEnum ( std::string_view  string)
inline