Class representing a mapping from command names to command IDs.
static const CommandMap< HtmlTagType > g_htmlTagMap
static const CommandMap< CommandType > g_cmdMap
static Mapper< CommandType > g_cmdMapper(g_cmdMap, true)
static Mapper< HtmlTagType > g_htmlTagMapper(g_htmlTagMap, false)
std::unordered_map< std::string, T > CommandMap
Namespace for the doxygen and HTML command mappers.
const Mapper< HtmlTagType > * htmlTagMapper
const Mapper< CommandType > * cmdMapper