OSM::Tag
OSM::Tag Class Reference
#include <datatypes.h>
Public Member Functions | |
Tag (const Tag &)=default | |
Tag (Tag &&Tag) noexcept=default | |
Tag (TagKey _key, QByteArray &&_value) | |
constexpr bool | operator< (const Tag &other) const |
Tag & | operator= (const Tag &other)=default |
Tag & | operator= (Tag &&other) noexcept=default |
Public Attributes | |
TagKey | key |
QByteArray | value |
Detailed Description
An OSM element tag.
Definition at line 182 of file datatypes.h.
Constructor & Destructor Documentation
◆ Tag()
|
inline |
Definition at line 185 of file datatypes.h.
Member Function Documentation
◆ operator<()
|
inlinenodiscardconstexpr |
Definition at line 194 of file datatypes.h.
Member Data Documentation
◆ key
TagKey OSM::Tag::key |
Definition at line 196 of file datatypes.h.
◆ value
QByteArray OSM::Tag::value |
Definition at line 197 of file datatypes.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.