OSM::Relation
OSM::Relation Class Reference
#include <datatypes.h>
Public Member Functions | |
| Relation (const Relation &)=default | |
| Relation (Relation &&other) noexcept | |
| constexpr bool | operator< (const Relation &other) const | 
| constexpr bool | operator< (Id other) const | 
| Relation & | operator= (const Relation &other)=default | 
| Relation & | operator= (Relation &&other) noexcept | 
| QString | url () const | 
Public Attributes | |
| BoundingBox | bbox | 
| Id | id | 
| std::vector< Member > | members | 
| std::vector< Tag > | tags | 
Detailed Description
An OSM relation.
Definition at line 316 of file datatypes.h.
Constructor & Destructor Documentation
◆ Relation()
      
  | 
  inlinenoexcept | 
Definition at line 320 of file datatypes.h.
Member Function Documentation
◆ operator<() [1/2]
      
  | 
  inlinenodiscardconstexpr | 
Definition at line 334 of file datatypes.h.
◆ operator<() [2/2]
      
  | 
  inlinenodiscardconstexpr | 
Definition at line 335 of file datatypes.h.
◆ operator=()
Definition at line 325 of file datatypes.h.
◆ url()
      
  | 
  nodiscard | 
Definition at line 147 of file datatypes.cpp.
Member Data Documentation
◆ bbox
      
  | 
  mutable | 
Definition at line 340 of file datatypes.h.
◆ id
| Id OSM::Relation::id | 
Definition at line 339 of file datatypes.h.
◆ members
| std::vector<Member> OSM::Relation::members | 
Definition at line 341 of file datatypes.h.
◆ tags
| std::vector<Tag> OSM::Relation::tags | 
Definition at line 342 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-2025 The KDE developers.
Generated on Fri May 2 2025 12:04:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
          Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 12:04:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.