#include <CodeGenMap.h>
|
template<class Enum > |
void | insert (Enum enumValue, std::string_view name, std::string_view comment) |
|
void | dump (FILE *file, std::string_view prefix) |
|
◆ dump()
void CodeGenMap::dump |
( |
FILE * |
file, |
|
|
std::string_view |
prefix |
|
) |
| |
|
inline |
◆ insert()
void CodeGenMap::insert |
( |
Enum |
enumValue, |
|
|
std::string_view |
name, |
|
|
std::string_view |
comment |
|
) |
| |
|
inline |
◆ _commentByValue
std::unordered_map<int, std::string> CodeGenMap::_commentByValue |
|
private |
◆ _countByName
◆ _nameByValue
std::map<int, std::string> CodeGenMap::_nameByValue |
|
private |
◆ _valueByName
The documentation for this class was generated from the following file: