浏览该文件的文档.
243 return it!=
m_map.end() ? it->second : 0;
248 for (
const auto &kv :
m_map)
250 int curVal = kv.second;
251 if (curVal == n || (curVal == (n |
SIMPLESECT_BIT)))
return kv.first.c_str();
QCString find(const int n)
bool isEmpty() const
Returns TRUE iff the string is empty
Mapper(const CommandMap *cm, bool caseSensitive)
Class representing a mapping from command names to command IDs.
static Mapper * htmlTagMapper
Call representing a mapping from a command name to a command ID.
static void freeMappers()
static Mapper * cmdMapper
int map(const QCString &n)
std::map< std::string, int > m_map
This is an alternative implementation of QCString.