Doxygen
|
Class representing a mapping from command names to command IDs. More...
#include <src/cmdmapper.h>
Public Member Functions | |
T | map (const QCString &n) const |
QCString | find (const T n) const |
Mapper (const CommandMap< T > &cm, bool caseSensitive) | |
Private Attributes | |
const CommandMap< T > & | m_map |
bool | m_cs |
Class representing a mapping from command names to command IDs.
Definition at line 246 of file cmdmapper.h.
|
inline |
Definition at line 269 of file cmdmapper.h.
Definition at line 258 of file cmdmapper.h.
References m_map.
Definition at line 249 of file cmdmapper.h.
References QCString::isEmpty(), QCString::lower(), m_cs, m_map, and QCString::str().
|
private |
Definition at line 275 of file cmdmapper.h.
|
private |
Definition at line 274 of file cmdmapper.h.