OSM::Tag

Search for usage in LXR

#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
 
Tagoperator= (const Tag &other)=default
 
Tagoperator= (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()

OSM::Tag::Tag ( TagKey _key,
QByteArray && _value )
inline

Definition at line 185 of file datatypes.h.

Member Function Documentation

◆ operator<()

constexpr bool OSM::Tag::operator< ( const Tag & other) const
inlineconstexpr

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 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.