Doxygen
Loading...
Searching...
No Matches
cmdmapper.cpp File Reference
#include "cmdmapper.h"
Include dependency graph for cmdmapper.cpp:

Go to the source code of this file.

Namespaces

namespace  Mappers
 Namespace for the doxygen and HTML command mappers.

Variables

static const CommandMap< CommandTypeg_cmdMap
static const CommandMap< HtmlTagTypeg_htmlTagMap
static Mapper< CommandTypeg_cmdMapper (g_cmdMap, true)
static Mapper< HtmlTagTypeg_htmlTagMapper (g_htmlTagMap, false)
const Mapper< CommandType > * Mappers::cmdMapper = &g_cmdMapper
const Mapper< HtmlTagType > * Mappers::htmlTagMapper = &g_htmlTagMapper

Variable Documentation

◆ g_cmdMap

const CommandMap<CommandType> g_cmdMap
static

Definition at line 18 of file cmdmapper.cpp.

◆ g_cmdMapper

Mapper< CommandType > g_cmdMapper(g_cmdMap, true) ( g_cmdMap ,
true  )
static

◆ g_htmlTagMap

const CommandMap<HtmlTagType> g_htmlTagMap
static

Definition at line 170 of file cmdmapper.cpp.

◆ g_htmlTagMapper

Mapper< HtmlTagType > g_htmlTagMapper(g_htmlTagMap, false) ( g_htmlTagMap ,
false  )
static