OSM::StringKey
OSM::StringKey Class Reference
#include <stringpool.h>
Inheritance diagram for OSM::StringKey:
Public Member Functions | |
constexpr bool | isNull () const |
constexpr const char * | name () const |
constexpr bool | operator!= (StringKey other) const |
constexpr bool | operator< (StringKey other) const |
constexpr bool | operator== (StringKey other) const |
Protected Member Functions | |
constexpr | StringKey (const char *keyData) |
Detailed Description
Base class for unique string keys.
Definition at line 71 of file stringpool.h.
Constructor & Destructor Documentation
◆ StringKey()
|
inlineexplicitconstexprprotected |
Definition at line 84 of file stringpool.h.
Member Function Documentation
◆ isNull()
|
inlineconstexpr |
Definition at line 76 of file stringpool.h.
◆ name()
|
inlineconstexpr |
Definition at line 75 of file stringpool.h.
◆ operator!=()
|
inlineconstexpr |
Definition at line 81 of file stringpool.h.
◆ operator<()
|
inlineconstexpr |
Definition at line 79 of file stringpool.h.
◆ operator==()
|
inlineconstexpr |
Definition at line 80 of file stringpool.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:17:55 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:17:55 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.