OSM::Relation

Search for usage in LXR

#include <datatypes.h>

Public Member Functions

 Relation (const Relation &)=default
 
 Relation (Relation &&other) noexcept
 
constexpr bool operator< (const Relation &other) const
 
Relationoperator= (const Relation &other)=default
 
Relationoperator= (Relation &&other) noexcept
 
QString url () const
 

Public Attributes

BoundingBox bbox
 
Id id
 
std::vector< Membermembers
 
std::vector< Tagtags
 

Detailed Description

An OSM relation.

Definition at line 311 of file datatypes.h.

Constructor & Destructor Documentation

◆ Relation()

OSM::Relation::Relation ( Relation && other)
inlinenoexcept

Definition at line 315 of file datatypes.h.

Member Function Documentation

◆ operator<()

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

Definition at line 329 of file datatypes.h.

◆ operator=()

Relation & OSM::Relation::operator= ( Relation && other)
inlinenoexcept

Definition at line 320 of file datatypes.h.

◆ url()

QString OSM::Relation::url ( ) const

Definition at line 132 of file datatypes.cpp.

Member Data Documentation

◆ bbox

BoundingBox OSM::Relation::bbox
mutable

Definition at line 334 of file datatypes.h.

◆ id

Id OSM::Relation::id

Definition at line 333 of file datatypes.h.

◆ members

std::vector<Member> OSM::Relation::members

Definition at line 335 of file datatypes.h.

◆ tags

std::vector<Tag> OSM::Relation::tags

Definition at line 336 of file datatypes.h.


The documentation for this class was generated from the following files:
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.