The Mapper
Class Template Reference
Class representing a mapping from command names to command IDs. More...
Declaration
Included Headers
Public Constructors Index
template <typename T> | |
Mapper (const CommandMap< T > &cm, bool caseSensitive) | |
Public Member Functions Index
template <typename T> | |
T | map (const QCString &n) const |
template <typename T> | |
QCString | find (const T n) const |
Private Member Attributes Index
template <typename T> | |
const CommandMap< T > & | m_map |
template <typename T> | |
bool | m_cs |
Description
Class representing a mapping from command names to command IDs.
Definition at line 249 of file cmdmapper.h.
Public Constructors
Mapper()
| inline |
Definition at line 272 of file cmdmapper.h.
References Mapper< T >::m_cs and Mapper< T >::m_map.
Public Member Functions
find()
| inline |
Definition at line 261 of file cmdmapper.h.
Reference Mapper< T >::m_map.
map()
| inline |
Definition at line 252 of file cmdmapper.h.
References QCString::isEmpty, QCString::lower, Mapper< T >::m_cs, Mapper< T >::m_map and QCString::str.
Private Member Attributes
m_cs
|
Definition at line 278 of file cmdmapper.h.
Referenced by Mapper< T >::map and Mapper< T >::Mapper.
m_map
|
Definition at line 277 of file cmdmapper.h.
Referenced by Mapper< T >::find, Mapper< T >::map and Mapper< T >::Mapper.
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus by Doxygen 1.14.0.