OSM::StringKey

Search for usage in LXR

#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()

constexpr OSM::StringKey::StringKey ( const char * keyData)
inlineexplicitconstexprprotected

Definition at line 84 of file stringpool.h.

Member Function Documentation

◆ isNull()

constexpr bool OSM::StringKey::isNull ( ) const
inlineconstexpr

Definition at line 76 of file stringpool.h.

◆ name()

constexpr const char * OSM::StringKey::name ( ) const
inlineconstexpr

Definition at line 75 of file stringpool.h.

◆ operator!=()

constexpr bool OSM::StringKey::operator!= ( StringKey other) const
inlineconstexpr

Definition at line 81 of file stringpool.h.

◆ operator<()

constexpr bool OSM::StringKey::operator< ( StringKey other) const
inlineconstexpr

Definition at line 79 of file stringpool.h.

◆ operator==()

constexpr bool OSM::StringKey::operator== ( StringKey other) const
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 Tue Mar 26 2024 11:20:03 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.